v9fs / linux

Linux kernel source tree
Other
2 stars 2 forks source link

flush writes on close #14

Closed ericvh closed 1 year ago

ericvh commented 1 year ago

9p semantics are such that clunk should trigger a flush of any outstanding write cache (otherwise there might not be a fid to flush with). Change the writeback semantics to always flush on close of the file.

We need two testing regimines to better understand this:

ericvh commented 1 year ago

fixed f07a6bbd4e8deb8beddc2ce3f61756bdc59e4711