Subject: Re: Filesystem semantics question
To: Giles Lean <giles@nemeton.com.au>
From: Greg Hudson <ghudson@MIT.EDU>
List: netbsd-help
Date: 12/04/1999 16:13:10
> The problem I have with this analysis is that any reads of these
> files should be satisfied from the buffer cache too; it should not
> matter if the data is on disk yet or not.

You missed the part of my description where I said, "if the machines
boot uncleanly after this process."

Thanks for the standards quote about fsync().  I think for the long
term I will write a little fsync program to help with safely rewriting
files inside shell scripts.