Re: [Qemu-devel] [PATCH 00/13] 9p: reconcile virtfs with unlinked files

2016-07-04 Thread Greg Kurz
Aneesh, Can you review this series please, and maybe provide feedback on the patches for the linux client ? Thanks. -- Greg On Mon, 27 Jun 2016 11:40:55 +0200 Greg Kurz wrote: > This series addresses a long standing issue in 9p, where most syscalls > accessing file attributes out of file descr

[Qemu-devel] [PATCH 00/13] 9p: reconcile virtfs with unlinked files

2016-06-27 Thread Greg Kurz
This series addresses a long standing issue in 9p, where most syscalls accessing file attributes out of file descriptor stop to work in the guest when the file gets unlinked: open("./test.txt", O_RDWR|O_CREAT, 0666) = 4 unlink("./test.txt")= 0 fstat(4, 0x3fffc22108d0)