Re: [Virtio-fs] [PATCH 0/2] virtiofsd: Support FUSE_SYNCFS on unannounced submounts
Vivek Goyal <[email protected]>
| Newsgroups | dev.linux.lists.virtio-fs,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 03, 2022 at 06:13:21PM +0100, Greg Kurz wrote: > This is the current patches I have : one to track submounts > and the other to call syncfs() on them. Tested on simple > cases only. > > I won't be able to work on this anymore, so I'm posting for the > records. Anyone is welcome to pick it up as there won't be a v2 > from my side. Thanks Greg. Hopefully somebody else will be able to pick it up. What are TODO items to take this patch series to completion. Vivek > > Cheers, > > -- > Greg > > Greg Kurz (2): > virtiofsd: Track submounts > virtiofsd: Support FUSE_SYNCFS on unannounced submounts > > tools/virtiofsd/passthrough_ll.c | 61 ++++++++++++++++++++++++++++---- > 1 file changed, 55 insertions(+), 6 deletions(-) > > -- > 2.34.1 > >