OSDN Git Service

9p: local: Properly set errp in fstatfs error path
authorKeno Fischer <keno@juliacomputing.com>
Thu, 7 Jun 2018 10:17:21 +0000 (12:17 +0200)
committerGreg Kurz <groug@kaod.org>
Thu, 7 Jun 2018 10:17:21 +0000 (12:17 +0200)
commit2306271c381b75b66d76c4231bba3e7452a0d876
treeaf77596cc2b4cbda1f4d737408c33230a0f50fde
parentfde1f3e4a0644feb005894950427b622496769cb
9p: local: Properly set errp in fstatfs error path

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 <keno@juliacomputing.com>
[added local: to commit title, Greg Kurz]
Signed-off-by: Greg Kurz <groug@kaod.org>
hw/9pfs/9p-local.c