[Qemu-devel] [PATCH] virtiofsd: fix "filed" -> "failed" typo in error message

Stefan Hajnoczi posted 1 patch 6 years, 2 months ago
Failed in applying to current master (apply log)
contrib/virtiofsd/passthrough_ll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] virtiofsd: fix "filed" -> "failed" typo in error message
Posted by Stefan Hajnoczi 6 years, 2 months ago
Reported-by: Jun Piao <piaojun@huawei.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
Based-on: <20190823092401.11883-1-stefanha@redhat.com>
          ("[PATCH 0/2] virtiofsd: use "fuse_log.h" APIs instead of <err.h>")

 contrib/virtiofsd/passthrough_ll.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/virtiofsd/passthrough_ll.c b/contrib/virtiofsd/passthrough_ll.c
index f348b0be9d..ff0c446187 100644
--- a/contrib/virtiofsd/passthrough_ll.c
+++ b/contrib/virtiofsd/passthrough_ll.c
@@ -673,7 +673,7 @@ retry:
 	}
 	if (stat.st_dev != inode->key.dev || stat.st_ino != inode->key.ino) {
 		if (!retries)
-			fuse_warning("lo_parent_and_name: filed to match last\n");
+			fuse_warning("lo_parent_and_name: failed to match last\n");
 		goto fail_unref;
 	}
 	*parent = p;
-- 
2.21.0


Re: [Qemu-devel] [Virtio-fs] [PATCH] virtiofsd: fix "filed" -> "failed" typo in error message
Posted by Dr. David Alan Gilbert 6 years, 2 months ago
* Stefan Hajnoczi (stefanha@redhat.com) wrote:
> Reported-by: Jun Piao <piaojun@huawei.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Thanks, squashed into 'virtiofsd: passthrough_ll: add fallback for racy
ops'

Dave

> ---
> Based-on: <20190823092401.11883-1-stefanha@redhat.com>
>           ("[PATCH 0/2] virtiofsd: use "fuse_log.h" APIs instead of <err.h>")
> 
>  contrib/virtiofsd/passthrough_ll.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/contrib/virtiofsd/passthrough_ll.c b/contrib/virtiofsd/passthrough_ll.c
> index f348b0be9d..ff0c446187 100644
> --- a/contrib/virtiofsd/passthrough_ll.c
> +++ b/contrib/virtiofsd/passthrough_ll.c
> @@ -673,7 +673,7 @@ retry:
>  	}
>  	if (stat.st_dev != inode->key.dev || stat.st_ino != inode->key.ino) {
>  		if (!retries)
> -			fuse_warning("lo_parent_and_name: filed to match last\n");
> +			fuse_warning("lo_parent_and_name: failed to match last\n");
>  		goto fail_unref;
>  	}
>  	*parent = p;
> -- 
> 2.21.0
> 
> _______________________________________________
> Virtio-fs mailing list
> Virtio-fs@redhat.com
> https://www.redhat.com/mailman/listinfo/virtio-fs
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK