Mostly fix nullfs. There are still namespace race issues between
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 4 Jan 2006 03:09:54 +0000 (03:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 4 Jan 2006 03:09:54 +0000 (03:09 +0000)
commit8cb8b61aa4b1cca4ada420cd40f01b03ec061e4e
tree2c402b1d0e2bc5699db48bbb38335d5fb2596958
parentbeb3fa98de7d2a3993071c15b212859e1f2ac3ba
Mostly fix nullfs.  There are still namespace race issues between
a nullfs mount and the underlying filesystem.  The new nullfs
uses the new VFS ABI and namespace to avoid having to overload
all the VFS ops.

Turn off umapfs (it needed parts of the old nullfs).

Submitted-by: Csaba Henk <csaba.henk@creo.hu>
sys/vfs/Makefile
sys/vfs/nullfs/Makefile
sys/vfs/nullfs/null.h
sys/vfs/nullfs/null_subr.c [deleted file]
sys/vfs/nullfs/null_vfsops.c
sys/vfs/nullfs/null_vnops.c
sys/vfs/umapfs/umap.h