freebsd-nq/sys/fs/umapfs
Peter Wemm b21126c6b3 Clean up the stub fake vnode locking implemenations. The main reason this
stuff was here (NFS) was fixed by Alfred in November.  The only remaining
consumer of the stub functions was umapfs, which is horribly horribly
broken.  It has missed out on about the last 5 years worth of maintenence
that was done on nullfs (from which umapfs is derived).  It needs major
work to bring it up to date with the vnode locking protocol.  umapfs really
needs to find a caretaker to bring it into the 21st century.

Functions GC'ed:
vop_noislocked, vop_nolock, vop_nounlock, vop_sharedlock.
2004-03-29 22:41:21 +00:00
..
umap_subr.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
umap_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
umap_vnops.c Clean up the stub fake vnode locking implemenations. The main reason this 2004-03-29 22:41:21 +00:00
umap.h