From owner-cvs-all Sat Oct 14 23:25:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39EDF37B66C; Sat, 14 Oct 2000 23:25:43 -0700 (PDT) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89897; Sat, 14 Oct 2000 23:25:43 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200010150625.XAA89897@freefall.freebsd.org> From: Boris Popov Date: Sat, 14 Oct 2000 23:25:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/nullfs null_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/10/14 23:25:43 PDT Modified files: sys/miscfs/nullfs null_vnops.c Log: Fix nullfs breakage caused by incomplete migration of v_interlock from simple_lock to mutex. Reset LK_INTERLOCK flag when interlock released manually. Revision Changes Path 1.44 +6 -4 src/sys/miscfs/nullfs/null_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message