summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2002-05-14 21:59:49 +0000
committerjeff <jeff@FreeBSD.org>2002-05-14 21:59:49 +0000
commitba85b0e0876ba455ffad3b69fb7d4a4c3c95efab (patch)
treeb464fde9cb43bdc4495f2a53cd53f5c45ffdf630 /sys/conf
parentc751ff18aef112284149dc542ec302d978eadf68 (diff)
downloadFreeBSD-src-ba85b0e0876ba455ffad3b69fb7d4a4c3c95efab.zip
FreeBSD-src-ba85b0e0876ba455ffad3b69fb7d4a4c3c95efab.tar.gz
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'.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index dc617f3..2998468 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -389,7 +389,7 @@ BLKDEV_IOSIZE opt_global.h
DEBUG opt_global.h
DEBUG_LOCKS opt_global.h
DEBUG_VFS_LOCKS opt_global.h
-LOOKUP_EXCLUSIVE opt_global.h
+LOOKUP_SHARED opt_global.h
DIAGNOSTIC opt_global.h
ENABLE_VFS_IOOPT opt_global.h
INVARIANT_SUPPORT opt_global.h
OpenPOWER on IntegriCloud