From owner-cvs-all Wed Jul 4 10:32:44 2001 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 54D4537B403; Wed, 4 Jul 2001 10:32:41 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64HWfp86772; Wed, 4 Jul 2001 10:32:41 -0700 (PDT) (envelope-from tegge) Message-Id: <200107041732.f64HWfp86772@freefall.freebsd.org> From: Tor Egge Date: Wed, 4 Jul 2001 10:32:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_default.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/07/04 10:32:41 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_default.c Log: Lobotimize vop_noislocked() to just return 0, making it consistent with the implementation of vop_nolock() and vop_nounlock(). Before this commit, vop_noislocked() and vop_stdislocked() did the same thing. This should resolve some hangs on SMP systems where vop_noislocked() interacted with filesystems that did not have a struct lock at the start of their per-vnode private date (mfs, procfs, devfs, linprocfs). Reviewed by: dillon Approved by: dillon Revision Changes Path 1.28.2.4 +2 -7 src/sys/kern/vfs_default.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message