NetBSD/sys/miscfs
riastradh 7f7aad09bd Make VOP_RECLAIM do the last unlock of the vnode.
VOP_RECLAIM naturally has exclusive access to the vnode, so having it
locked on entry is not strictly necessary -- but it means if there
are any final operations that must be done on the vnode, such as
ffs_update, requiring exclusive access to it, we can now kassert that
the vnode is locked in those operations.

We can't just have the caller release the last lock because some file
systems don't use genfs_lock, and require the vnode to remain valid
for VOP_UNLOCK to work, notably unionfs.
2017-05-26 14:20:59 +00:00
..
deadfs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
fdesc Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
fifofs Make VOP_INACTIVE preserve vnode lock on return. 2017-04-11 14:24:59 +00:00
genfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
kernfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
nullfs Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower". 2017-04-11 07:51:37 +00:00
overlay Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower". 2017-04-11 07:51:37 +00:00
procfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
specfs Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
umapfs Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower". 2017-04-11 07:51:37 +00:00
Makefile