|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2 8/8] lib/uk9p: Clunk fids on fid release
On 29.06.19 10:56, Cristian Banu wrote: On fid release, the 9p server is sent a clunk message to disassociate the fid from its previous association, such that it has a clean slate on both the server and the client when it will eventually be reused. Signed-off-by: Cristian Banu <cristb@xxxxxxxxx> --- lib/uk9p/9pdev.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/lib/uk9p/9pdev.c b/lib/uk9p/9pdev.c index 11ca4d965893..eead4ff63442 100644 --- a/lib/uk9p/9pdev.c +++ b/lib/uk9p/9pdev.c @@ -42,6 +42,7 @@ #include <uk/bitmap.h> #include <uk/refcount.h> #include <uk/wait.h> +#include <uk/9p.h> #include <uk/9pdev.h> #include <uk/9pdev_trans.h> #include <uk/9preq.h> @@ -95,7 +96,7 @@ static int _fid_mgmt_add_fid_locked(struct uk_9pdev_fid_mgmt *fid_mgmt,static void _fid_mgmt_del_fid_locked(struct uk_9pdev_fid_mgmt *fid_mgmt, Couldn't this be bool in the patches even before?
_______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |