Re: [Qemu-devel] [PATCH] 9pfs: local: remove: use correct path component

2017-06-20 Thread Greg Kurz
On Mon, 19 Jun 2017 14:59:52 -0600 Bruce Rogers wrote: > Commit a0e640a8 introduced a path processing error. > Pass fstatat the dirpath based path component instead > of the entire path. > Good catch. Thanks! Pushed to https://github.com/gkurz/qemu/commits/9p-next > Signed-off-by: Bruce Roger

[Qemu-devel] [PATCH] 9pfs: local: remove: use correct path component

2017-06-19 Thread Bruce Rogers
Commit a0e640a8 introduced a path processing error. Pass fstatat the dirpath based path component instead of the entire path. Signed-off-by: Bruce Rogers --- hw/9pfs/9p-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/9pfs/9p-local.c b/hw/9pfs/9p-local.c index 1e78b