98f4b1ff55
vp->v_interlock may be unlocked twice: Once explicitly and a second time implicilty by lockmgr. LK_INTERLOCK is cleared from the variable flags but not from ap->a_flags which is used with lockmgr. This is not so much of a problem because there seems to be no call site that actually uses LK_INTERLOCK with layer_unlock or VOP_UNLOCK. okay martin@ |
||
---|---|---|
.. | ||
Makefile | ||
genfs.h | ||
genfs_node.h | ||
genfs_vnops.c | ||
layer.h | ||
layer_extern.h | ||
layer_subr.c | ||
layer_vfsops.c | ||
layer_vnops.c |