The following commit has been merged in the master branch:
commit 71f91cd93cb6e8c7430ddab7e5b9e0220070730e
Author: Jeffrey Altman <[email protected]>
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 <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_vnodeops.c |   65 ++++++++++++++++++++++--------------------
 1 files changed, 34 insertions(+), 31 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to