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
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