cvs commit: src/sys/kern vfs_vnops.c
Jeff Roberson
jeff at FreeBSD.org
Mon Apr 11 02:23:56 PDT 2005
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
More information about the cvs-src
mailing list