* Andre Oppermann <[EMAIL PROTECTED]> [010206 12:30] wrote: > Rik van Riel wrote: > > > > On Tue, 6 Feb 2001, Andre Oppermann wrote: > > > > > But please answer me one question: Is the link() call atomically > > > in FFS/UFS w or w/o softupdates? Meaning when the call returns > > > the meta- data is written to stable storage like with fsync()? > > > > Since when does `atomic' equal `synchronous' ? > > Because otherwise it would not be atomically, would it? Softupdates does it atomically but not synchronously. :) Basically, the in-memory view of the filesystem != the on-disk version. The update happens atomically with respect to locking in memory, so running processes never see a non-atomic snapshot of the directory, but if a crash occurs the disk may be several steps behind the memory at the time of the crash. -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: soft updates and qmail (RE: qmail IO problems) Mike Silbersack
- Re: soft updates and qmail (RE: qmail IO problems) Matt Dillon
- Re: soft updates and qmail (RE: qmail IO proble... Andre Oppermann
- Re: soft updates and qmail (RE: qmail IO pr... Rik van Riel
- Re: soft updates and qmail (RE: qmail IO pr... Matt Dillon
- Re: soft updates and qmail (RE: qmail I... Alfred Perlstein
- Re: soft updates and qmail (RE: qmail I... Andre Oppermann
- Re: soft updates and qmail (RE: qmail I... Rik van Riel
- Re: soft updates and qmail (RE: qmail I... Andre Oppermann
- Re: soft updates and qmail (RE: qmail I... Rik van Riel
- Re: soft updates and qmail (RE: qmail I... Alfred Perlstein
- Re: soft updates and qmail (RE: qmail I... Andre Oppermann
- Re: soft updates and qmail (RE: qmail I... Jack Rusher
- Re: soft updates and qmail (RE: qmail IO proble... Greg Black
- Re: soft updates and qmail (RE: qmail IO pr... Poul-Henning Kamp
- Re: soft updates and qmail (RE: qmail I... Maxime Henrion
- Re: soft updates and qmail (RE: qmail I... Poul-Henning Kamp
- Re: soft updates and qmail (RE: qmail I... Peter Wemm
- Re: soft updates and qmail (RE: qmail I... Poul-Henning Kamp
- Re: soft updates and qmail (RE: qmail I... Peter Wemm
- [Patches] mount -o softdep (was: Re: so... Stefan Esser