Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2005 09:23:56 +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/kern vfs_vnops.c
Message-ID:  <200504110923.j3B9NuvH071482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-04-11 09:23:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
   - Assert that we're no longer doing recursive vn_locks in inactive/reclaim
     as I'd like to get rid of the vxthread.
   - Handle lock requests which don't actually want a lock as this is a
     much more convenient place to handle this condition than in vget().
     These requests simply want to know that VI_DOOMED isn't set.
   - Correct a test at the end of vn_lock, if error !=0 should be
     if error == 0, this has been broken since I comitted the VI_DOOMED
     changes, but no one ran into it because vget() duplicated this
     functionality.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.229     +12 -3     src/sys/kern/vfs_vnops.c



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