NetBSD/sys/fs/efs
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
..
Makefile
efs.h
efs_dinode.h
efs_dir.h
efs_extent.h
efs_genfs.c
efs_genfs.h
efs_inode.h
efs_mount.h
efs_sb.h
efs_subr.c
efs_subr.h
efs_vfsops.c
efs_vnops.c Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
files.efs