freebsd-src/sys/ufs
Jeff Roberson fe68abe291 - The VI_DOOMED flag now signals the end of a vnode's relationship with
the filesystem.  Check that rather than VI_XLOCK.
 - Shorten ffs_reload by one step.  The old check for an inactive vnode
   was slightly racey, and the code which deals with still active vnodes
   is not much more expensive.

Sponsored by:	Isilon Systems, Inc.
2005-03-13 12:03:14 +00:00
..
ffs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:03:14 +00:00
ufs - In ufs_mknod(), hold the lock across the call to vgone() as that is now 2005-03-13 11:59:14 +00:00