[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] Mini-OS: fix 9pfront fix
There was a typo in the recent 9pfront fix. Fixes: b119f0178fd8 ("Mini-OS: fix 9pfs frontend error path") Reported-by: Julien Grall <julien@xxxxxxx> Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- 9pfront.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9pfront.c b/9pfront.c index 042879a7..1741d600 100644 --- a/9pfront.c +++ b/9pfront.c @@ -729,7 +729,7 @@ static int p9_stat(struct dev_9pfs *dev, uint32_t fid, struct p9_stat *stat) ret = req->result; if ( ret ) - free_stat(&stat); + free_stat(stat); put_free_req(dev, req); -- 2.35.3
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |