On Montag, 30. Dezember 2019 03:23:47 CET Yan Wang wrote: > Signed-off-by: Yan Wang <wangyan...@huawei.com> > --- > 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 ca641390fb..d0592c3b45 100644 > --- a/hw/9pfs/9p-local.c > +++ b/hw/9pfs/9p-local.c > @@ -947,7 +947,7 @@ static int local_link(FsContext *ctx, V9fsPath *oldpath, > if (ctx->export_flags & V9FS_SM_MAPPED_FILE && > local_is_mapped_file_metadata(ctx, name)) { > errno = EINVAL; > - return -1; > + goto out; > } > > odirfd = local_opendir_nofollow(ctx, odirpath);
This issue was already addressed 10 days ago and is scheduled for merge on Greg's 9p-next branch: https://github.com/gkurz/qemu/commit/ac5987075f42e44419a461846fdefde8ab4dd624 https://lists.gnu.org/archive/html/qemu-devel/2019-12/msg04774.html