qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] virtiofsd: fix "filed" -> "failed" typo in error message
@ 2019-08-27 14:23 Stefan Hajnoczi
  2019-09-03 17:35 ` [Qemu-devel] [Virtio-fs] " Dr. David Alan Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2019-08-27 14:23 UTC (permalink / raw)
  To: virtio-fs, qemu-devel; +Cc: Jun Piao, Stefan Hajnoczi

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-03 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-27 14:23 [Qemu-devel] [PATCH] virtiofsd: fix "filed" -> "failed" typo in error message Stefan Hajnoczi
2019-09-03 17:35 ` [Qemu-devel] [Virtio-fs] " Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).