Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 12:03:14 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200503131203.j2DC3Ek4041846@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503131203.j2DC3Ek4041846>