On Sun, 27 Jun 1999, Jason Thorpe wrote: > Regarding unlink()... those aren't operations on vnodes. Those are > operations on the filesystem namespace, and are thus (correctly) > unaffected. Eh, wait. Those are operations on namespace, but at some moment you need to clean the bit in inode bitmap. You can't do it before the last close() and it definitely alters the filesystem. fsck will pick them up, but that may be *not* a desired result. Dirty filesystem is definitely not desired anyway. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Improving the Unix API Francois-Rene Rideau
- Re: Improving the Unix API Doug Rabson
- Re: Improving the Unix API Alexander Viro
- Re: Improving the Unix API Colin Wood
- Re: Improving the Unix API Doug Rabson
- Re: Improving the Unix API Alan Cox
- Re: Improving the Unix API der Mouse
- Re: Improving the Unix API Francois-Rene Rideau
- Re: Improving the Unix API Alexander Viro
- Re: Improving the Unix API Jason Thorpe
- Re: Improving the Unix API Alexander Viro
- Re: Improving the Unix API Bodo Rueskamp
- Re: Improving the Unix API Jan-Simon Pendry
- Re: Improving the Unix API Alexander Viro
- Re: Improving the Unix API David S. Miller
- Re: Improving the Unix API Alexander Viro
- Re: Improving the Unix API Anonymous
- Re: Improving the Unix API Anonymous