VFS messaging/interfacing work stage 8a/99: Sync other filesystems to stage 7
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Oct 2004 01:13:21 +0000 (01:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 7 Oct 2004 01:13:21 +0000 (01:13 +0000)
commit417215fef2bf1949cb4611742759f51fb4a23b02
tree9b4b29bf031ebc672380b0b1fa0fa4441d78370c
parentfa12c6260b7f066f933c85d72be95bbb048c4518
VFS messaging/interfacing work stage 8a/99: Sync other filesystems to stage 7

Make vop_noresolve() a global rather then static function.

Make NULLFS work again (fix some vnode leaks and make it compatible with
the new vop_resolve API function).
sys/kern/vfs_default.c
sys/sys/vnode.h
sys/vfs/nullfs/null_subr.c
sys/vfs/nullfs/null_vnops.c