cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Jeff Roberson jeff at FreeBSD.org
Sun Mar 13 04:03:15 PST 2005


jeff        2005-03-13 12:03:14 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
   - 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.
  
  Revision  Changes    Path
  1.280     +4 -11     src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-src mailing list