NetBSD/sys/miscfs/procfs
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
files.procfs add an auxv node. 2017-03-30 20:16:29 +00:00
procfs.h add an auxv node. 2017-03-30 20:16:29 +00:00
procfs_auxv.c remove comment. 2017-03-30 20:21:00 +00:00
procfs_cmdline.c
procfs_ctl.c
procfs_fd.c
procfs_fpregs.c
procfs_linux.c Switch procfs_domounts() to mountlist iterator. 2017-04-13 09:54:18 +00:00
procfs_map.c
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c Return the "true" parent's pid as the parent pid (ppid) via the 2016-11-14 08:55:51 +00:00
procfs_subr.c KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. 2017-04-01 19:35:56 +00:00
procfs_vfsops.c add an auxv node. 2017-03-30 20:16:29 +00:00
procfs_vnops.c Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00