All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [PATCH] virtiofsd: Enable xattr support by default
@ 2020-01-08 15:24 Vivek Goyal
  2020-01-08 15:42 ` Miklos Szeredi
  0 siblings, 1 reply; 4+ messages in thread
From: Vivek Goyal @ 2020-01-08 15:24 UTC (permalink / raw)
  To: virtio-fs-list

Enable xattr support by default. Currently it is disabled by defaut
and that makes getfattr/setfattr fail in guest. 

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
---
 contrib/virtiofsd/passthrough_ll.c |    1 +
 1 file changed, 1 insertion(+)

Index: qemu/contrib/virtiofsd/passthrough_ll.c
===================================================================
--- qemu.orig/contrib/virtiofsd/passthrough_ll.c	2020-01-08 10:10:08.762661288 -0500
+++ qemu/contrib/virtiofsd/passthrough_ll.c	2020-01-08 10:15:03.170488067 -0500
@@ -3096,6 +3096,7 @@ int main(int argc, char *argv[])
 	                      .writeback = 0,
 			      .posix_lock = 1,
 	                      .proc_self_fd = -1,
+			      .xattr = 1,
 	};
 	struct lo_map_elem *root_elem;
 	int ret = -1;


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

end of thread, other threads:[~2020-01-09 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-08 15:24 [Virtio-fs] [PATCH] virtiofsd: Enable xattr support by default Vivek Goyal
2020-01-08 15:42 ` Miklos Szeredi
2020-01-08 15:50   ` Vivek Goyal
2020-01-09 10:17     ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.