]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- The VI_DOOMED flag now signals the end of a vnode's relationship with
authorjeff <jeff@FreeBSD.org>
Sun, 13 Mar 2005 12:03:14 +0000 (12:03 +0000)
committerjeff <jeff@FreeBSD.org>
Sun, 13 Mar 2005 12:03:14 +0000 (12:03 +0000)
commitcebf929bc833e9802f4f5142935c8f5355502a26
tree75fa1ba0b33e8f1b9525ba1da134a6b34f2ff4f0
parent69b00d315572c2e82a22b33276ce954746f3f7e7
 - 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.
sys/ufs/ffs/ffs_vfsops.c