Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 14:59:49 -0700 (PDT)
From:      Jeff Roberson <jeff@FreeBSD.org>
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
Message-ID:  <200205142159.g4ELxnO74003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205142159.g4ELxnO74003>