]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-bplus-disable-20070828
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 28 Aug 2007 18:48:49 +0000 (18:48 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 28 Aug 2007 18:48:49 +0000 (18:48 +0000)
In preparation for 1.5.24, disable B+tree support by default.
It can be enabled with the "BPlusTrees" registry parameter.

src/WINNT/afsd/cm_dir.c

index 897e3fce6ec6cbe703e7f27d34c5d0b2f4b1aea9..4f4243252eff9bac6c04f4067df0622679b23a1d 100644 (file)
@@ -32,7 +32,7 @@ afs_uint64 dir_lookup_time = 0;
 afs_uint64 dir_create_time = 0;
 afs_uint64 dir_remove_time = 0;
 
-afs_int32  cm_BPlusTrees = 1;
+afs_int32  cm_BPlusTrees = 0;
 
 void cm_DirDumpStats(void)
 {