freebsd-dev/sys/fs
Jeff Roberson 5c5e51fd9a - cache_lookup() now locks the new vnode for us to prevent some races.
Remove redundant code.

Sponsored by:	Isilon Systems, Inc.
2005-03-29 13:00:37 +00:00
..
cd9660 - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:34:36 +00:00
coda - Don't panic if we can't lock a child in lookup, return an error instead. 2005-03-28 13:39:16 +00:00
deadfs - Deadfs may now use the standard vop lock, get rid of dead_lock(). 2005-03-13 12:06:20 +00:00
devfs - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:34:36 +00:00
fdescfs - Update vfs_root implementations to match the new prototype. None of 2005-03-24 07:36:16 +00:00
fifofs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
hpfs - Correct the dprintf format int the _lookup routine. 2005-03-28 14:26:01 +00:00
msdosfs - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:34:36 +00:00
ntfs - Correct the dprintf format int the _lookup routine. 2005-03-28 14:26:01 +00:00
nullfs - Update vfs_root implementations to match the new prototype. None of 2005-03-24 07:36:16 +00:00
nwfs - nwfs_lookup() is no longer responsible for unlocking the dvp, this is 2005-03-28 09:46:33 +00:00
portalfs - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:34:36 +00:00
procfs Don't export major,minor, instead export tty name. 2005-03-15 11:05:11 +00:00
pseudofs - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:34:36 +00:00
smbfs - cache_lookup() now locks the new vnode for us to prevent some races. 2005-03-29 13:00:37 +00:00
udf - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. 2005-03-28 09:31:57 +00:00
umapfs - Update vfs_root implementations to match the new prototype. None of 2005-03-24 07:36:16 +00:00
unionfs - Remove unnecessary LOCKPARENT manipulation. 2005-03-28 13:29:15 +00:00