From owner-cvs-all Tue Oct 24 21:26:34 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 5791437B479; Tue, 24 Oct 2000 21:26:32 -0700 (PDT) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA36094; Tue, 24 Oct 2000 21:26:32 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200010250426.VAA36094@freefall.freebsd.org> From: Boris Popov Date: Tue, 24 Oct 2000 21:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/10/24 21:26:32 PDT Modified files: (Branch: RELENG_4) sys/miscfs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c Log: MFC: protect nullfs node hash with lockmgr(). properly release vnode if mount deadlock detected. give nullfs node its own malloc type. Revision Changes Path 1.11.2.2 +7 -1 src/sys/miscfs/nullfs/null.h 1.21.2.2 +40 -17 src/sys/miscfs/nullfs/null_subr.c 1.35.2.2 +33 -47 src/sys/miscfs/nullfs/null_vfsops.c 1.38.2.2 +19 -6 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