On Fri, Jul 20, 2012 at 07:39:22AM -0400, Thor Lancelot Simon wrote: > If the filesystem receives a write, then a read, and reorders the read > around the write, I think that's *always* a bug.
filesystems will assume a read cannot come before a write completed, since they must operate on locked vnodes. IMO FAF write by PUFFS is a call for disaster. -- Emmanuel Dreyfus [email protected]
