NetBSD/sys/miscfs/genfs
elad 98f4b1ff55 Part of PR/33280: Christian Ehrhardt: If LK_INTERLOCK is set
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@
2006-11-25 22:36:24 +00:00
..
Makefile
genfs.h
genfs_node.h add wrapper functions of lockmgr on g_glock. 2006-10-14 09:16:28 +00:00
genfs_vnops.c instead of const int, use a #define which most of the time will evaluate 2006-11-25 21:15:01 +00:00
layer.h
layer_extern.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
layer_subr.c Part of PR/33280: Christian Ehrhardt: In the error path (which probably 2006-11-25 22:14:38 +00:00
layer_vfsops.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
layer_vnops.c Part of PR/33280: Christian Ehrhardt: If LK_INTERLOCK is set 2006-11-25 22:36:24 +00:00