freebsd-dev/sys/fs/nullfs
Boris Popov 4451405fbd Fix vnode locking bugs in the nullfs.
Add correct support for v_object management, so mmap() operation should
work properly.
Add support for extattrctl() routine (submitted by semenu).

At this point nullfs can be considered as functional and much more stable.
In fact, it should behave as a "hard" "symlink" to underlying filesystem.

Reviewed in general by:		mckusick, dillon
Parts of logic obtained from:	NetBSD
2000-09-25 15:38:32 +00:00
..
null_subr.c Fix vnode locking bugs in the nullfs. 2000-09-25 15:38:32 +00:00
null_vfsops.c Fix vnode locking bugs in the nullfs. 2000-09-25 15:38:32 +00:00
null_vnops.c Fix vnode locking bugs in the nullfs. 2000-09-25 15:38:32 +00:00
null.h Various cleanups towards make nullfs functional (it is still broken 2000-09-05 09:02:07 +00:00