v9fs / linux

Linux kernel source tree
Other
2 stars 2 forks source link

tail -f doesn't work as expected with npfs #3

Open ericvh opened 1 year ago

ericvh commented 1 year ago

Here's the scenario. Mount a server, tail -f an existing file, then append to that file on the server host...tail -f will never see the result. Originally discovered with npfs (9p2000 only)

ericvh commented 1 year ago

verified this with diod as well. Not sure if problem is in file server or kernel, but appears in both 9p2000 and 9p2000.L variants.