OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-56-g71f91cd
Gerrit Code Review
gerrit@openafs.org
Sun, 2 May 2010 12:48:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit 71f91cd93cb6e8c7430ddab7e5b9e0220070730e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun May 2 15:26:39 2010 -0400
Windows: Permit BPlus tree lookups within cm_ApplyDir
BPlus tree lookups are much faster than searching through
the native directory format on Windows because the case sensitive
hash tables cannot be used successfully. Permit BPlus trees
to be used except when called with cm_BPlusDirFoo as the action
function because cm_BPlusDirFoo is used to build the BPlus trees
from the native directory format.
LICENSE MIT
Change-Id: I3f6f5ba7113e206c76fafd1ec83822adc7f42f9e
Reviewed-on: http://gerrit.openafs.org/1893
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_vnodeops.c | 65 ++++++++++++++++++++++--------------------
1 files changed, 34 insertions(+), 31 deletions(-)
--
OpenAFS Master Repository