Date: Mon, 24 Feb 1997 08:44:13 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c Message-ID: <199702241644.IAA28290@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/02/24 08:44:13 Modified: sys/miscfs/procfs procfs_vnops.c Log: Fixed procfs's locking vops. They were missed in the Lite2 merge, partly because the #define's for them were moved to a different file. At least the null VOP_LOCK() no longer works, since vclean() expects VOP_LOCK( ..., LK_DRAIN | LK_INTERLOCK, ...) to clear the interlock. This probably only matters when simple_lock() is not null, i.e., when there are multiple CPUs or SIMPLELOCK_DEBUG is defined. Revision Changes Path 1.29 +5 -5 src/sys/miscfs/procfs/procfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702241644.IAA28290>