tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PUFFS putpages/read race?



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
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index