From owner-cvs-all Tue Apr 9 5:25:11 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 9C1EF37B41B; Tue, 9 Apr 2002 05:25:06 -0700 (PDT) Received: from fledge.pr.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.6) with ESMTP id g39COxw83572; Tue, 9 Apr 2002 08:24:59 -0400 (EDT) (envelope-from rwatson@FreeBSD.org) Date: Tue, 9 Apr 2002 08:24:59 -0400 (EDT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/conf options src/sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c In-Reply-To: <200204090514.g395EIw84686@freefall.freebsd.org> Message-ID: <20020409082409.K86521-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 There are still one or two unlocked instances of vop_getattr() lying around -- in particular, there may be one or two in the VM/swap code, and at least one more somewhere in kern/. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Mon, 8 Apr 2002, Jeff Roberson wrote: > jeff 2002/04/08 22:14:18 PDT > > Modified files: > sys/conf options > sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c > Log: > Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this > behavior by default. Also, change the options line to reflect this. > > If there are no problems reported this will become the only behavior and the > knob will be removed in a month or so. > > Demanded by: obrien > > Revision Changes Path > 1.311 +2 -1 src/sys/conf/options > 1.71 +4 -4 src/sys/kern/vfs_cache.c > 1.246 +1 -1 src/sys/kern/vfs_syscalls.c > 1.143 +5 -5 src/sys/kern/vfs_vnops.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message