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
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)