Re: [MINI-OS PATCH 14/19] 9pfs: store bepath in struct struct dev_9pfs

2025-07-14 Thread Jason Andryuk
On 2025-07-02 04:12, Juergen Gross wrote: Use struct dev_9pfs for storing the backend path of the device state in order to avoid code duplication in init_9pfront() and shutdown_9pfront(). Signed-off-by: Juergen Gross Reviewed-by: Jason Andryuk

[MINI-OS PATCH 14/19] 9pfs: store bepath in struct struct dev_9pfs

2025-07-02 Thread Juergen Gross
Use struct dev_9pfs for storing the backend path of the device state in order to avoid code duplication in init_9pfront() and shutdown_9pfront(). Signed-off-by: Juergen Gross --- 9pfront.c | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/9pfront.c b/9