OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3668-g50faf84

Gerrit Code Review gerrit@openafs.org
Thu, 28 Mar 2013 11:25:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit b518ffc0da37d38f05fa1d35852500784caefba6
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Mar 26 09:08:58 2013 -0400

    Windows: btree enumeration bulk stats
    
    Each of the btree enumeration bulk stat operations include the
    directory object in the bulk stat list.  If the only object in the
    list is the directory object, do not perform the bulk stat rpc as
    it just wastes time.  All of the required objects are already cached
    with current callbacks.
    
    Change-Id: Ic0fac50f36bdca1e79f48ca308c373a2b3152675
    Reviewed-on: http://gerrit.openafs.org/9675
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_btree.c |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository