freebsd-nq/sys/fs
Poul-Henning Kamp e0251bbbe7 Don't hold a reference to the disk vnode for each inode.
Eliminate cdev and vnode pointer to the disk from the inodes,
the mount holds everything we need.
2005-03-15 21:09:52 +00:00
..
cd9660 Improve the vfs_hash() API: vput() the unneeded vnode centrally to 2005-03-15 20:00:03 +00:00
coda Disable two users of findcdev. They do the wrong thing now and will 2005-03-15 12:39:30 +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 - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:14:56 +00:00
fdescfs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +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 Don't hold a reference on the disk vnode for each inode. 2005-03-15 20:50:58 +00:00
msdosfs Eliminate cdev pointer in inodes, they're not used or needed. 2005-03-15 20:57:25 +00:00
ntfs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
nullfs - Assume that all lower filesystems now support proper locking. Assert 2005-03-15 13:49:33 +00:00
nwfs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
portalfs Whitespace in vop_vector{} initializations. 2005-01-13 18:59:48 +00:00
procfs Don't export major,minor, instead export tty name. 2005-03-15 11:05:11 +00:00
pseudofs Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc, 2005-03-14 16:24:50 +00:00
smbfs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
udf Don't hold a reference to the disk vnode for each inode. 2005-03-15 21:09:52 +00:00
umapfs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00
unionfs - The VI_DOOMED flag now signals the end of a vnode's relationship with 2005-03-13 12:18:25 +00:00