Re: [Qemu-devel] [PATCH v2 05/20] 9p: Properly set errp in fstatfs error path

2018-06-01 Thread Greg Kurz
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

[Qemu-devel] [PATCH v2 05/20] 9p: Properly set errp in fstatfs error path

2018-05-31 Thread Keno Fischer
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.