On Thu, 31 May 2018 21:26:00 -0400
Keno Fischer wrote:
> In the review of
>
> 9p: Avoid warning if FS_IOC_GETVERSION is not defined
>
> Grep Kurz noted this error path was failing to set errp.
> Fix that.
>
> Signed-off-by: Keno Fischer
> ---
This is a bug fix so I've applied it to 9p-ne
In the review of
9p: Avoid warning if FS_IOC_GETVERSION is not defined
Grep Kurz noted this error path was failing to set errp.
Fix that.
Signed-off-by: Keno Fischer
---
Changes since v1: New patch
hw/9pfs/9p-local.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/9pfs/9p-local.