freebsd-nq/sys/miscfs
Poul-Henning Kamp dba3870c10 VFS interior redecoration.
Rename vn_default_error to vop_defaultop all over the place.
Move vn_bwrite from vfs_bio.c to vfs_default.c and call it vop_stdbwrite.
Use vop_null instead of nullop.
Move vop_nopoll from vfs_subr.c to vfs_default.c
Move vop_sharedlock from vfs_subr.c to vfs_default.c
Move vop_nolock from vfs_subr.c to vfs_default.c
Move vop_nounlock from vfs_subr.c to vfs_default.c
Move vop_noislocked from vfs_subr.c to vfs_default.c
Use vop_ebadf instead of *_ebadf.
Add vop_defaultop for getpages on master vnode in MFS.
1997-10-26 20:55:39 +00:00
..
deadfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
devfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
fdesc VFS interior redecoration. 1997-10-26 20:55:39 +00:00
fifofs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
kernfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
nullfs Fix the file leak bug. The lower layer wasn't informed the vnode was inactive 1997-10-21 21:01:34 +00:00
portal VFS interior redecoration. 1997-10-26 20:55:39 +00:00
procfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
specfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
umapfs Fix the same leak as in nullfs. Now the lowervp is properly marked inactive. 1997-10-21 21:08:17 +00:00
union VFS interior redecoration. 1997-10-26 20:55:39 +00:00