NetBSD/sys/miscfs/genfs
hannken 11f5c95248 Layer_revoke(): change previous to always take an extra reference on the
lower vnode before passing down the VOP_REVOKE().  This way VOP_REVOKE()
on a layered file system always inactivates and closes the lower vnode.

Should finally fix PR kern/43456.
2011-01-13 10:28:38 +00:00
..
Makefile
genfs.h Introduce genfs_statvfs() as pretty much a no-info statvfs and 2009-11-30 10:59:19 +00:00
genfs_io.c Correct an assertion; pointed out by mrg@ and pooka@, thanks. 2010-12-06 10:22:43 +00:00
genfs_node.h replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
genfs_vfsops.c Introduce genfs_statvfs() as pretty much a no-info statvfs and 2009-11-30 10:59:19 +00:00
genfs_vnops.c Extend the range of fstrans transactions to a sequence of vnode operations 2010-12-27 18:49:42 +00:00
layer.h Change layered file systems to always pass the locking VOP's down to the 2010-06-06 08:01:30 +00:00
layer_extern.h Add layer_revoke() that adjusts the lower vnode use count to be at least as 2011-01-10 11:11:03 +00:00
layer_subr.c Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
layer_vfsops.c Slightly clean-up layerfs and nullfs: update the big description more to 2010-07-02 03:16:00 +00:00
layer_vnops.c Layer_revoke(): change previous to always take an extra reference on the 2011-01-13 10:28:38 +00:00