diff options
author | jeff <jeff@FreeBSD.org> | 2002-04-09 05:14:17 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2002-04-09 05:14:17 +0000 |
commit | 0b5e15cef7e330c83d47d2a7a5a4e738694c1324 (patch) | |
tree | bb0a617bffb016969e8ff3d8fdc28fa058d41c57 /sys/conf | |
parent | f145b3f0f45ceb2c9e4fa29f25e223320156b800 (diff) | |
download | FreeBSD-src-0b5e15cef7e330c83d47d2a7a5a4e738694c1324.zip FreeBSD-src-0b5e15cef7e330c83d47d2a7a5a4e738694c1324.tar.gz |
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
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 3339b96..16b918c 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -383,7 +383,7 @@ BLKDEV_IOSIZE opt_global.h DEBUG opt_global.h DEBUG_LOCKS opt_global.h DEBUG_VFS_LOCKS opt_global.h -LOOKUP_SHARED opt_global.h +LOOKUP_EXCLUSIVE opt_global.h DIAGNOSTIC opt_global.h ENABLE_VFS_IOOPT opt_global.h INVARIANT_SUPPORT opt_global.h @@ -397,6 +397,7 @@ VM_KMEM_SIZE opt_vm.h VM_KMEM_SIZE_SCALE opt_vm.h VM_KMEM_SIZE_MAX opt_vm.h NO_SWAPPING opt_vm.h +MALLOC_PROFILE opt_vm.h PQ_NOOPT opt_vmpage.h PQ_NORMALCACHE opt_vmpage.h PQ_MEDIUMCACHE opt_vmpage.h |