From owner-cvs-all Tue May 14 14:59:53 2002 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 65B9B37B406; Tue, 14 May 2002 14:59:49 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELxnO74003; Tue, 14 May 2002 14:59:49 -0700 (PDT) (envelope-from jeff) Message-Id: <200205142159.g4ELxnO74003@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 14 May 2002 14:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD 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 jeff 2002/05/14 14:59:49 PDT Modified files: sys/conf options sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c Log: Disable the shared locking namei() code for now. It breaks several stacking filesystems. This is on hold until the rest of VFS Locking is reviewed and deemed safe. It can be enabled with 'options LOOKUP_SHARED'. Revision Changes Path 1.315 +1 -1 src/sys/conf/options 1.72 +4 -4 src/sys/kern/vfs_cache.c 1.253 +1 -1 src/sys/kern/vfs_syscalls.c 1.146 +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