OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-2-g885dd93
Gerrit Code Review
gerrit@openafs.org
Fri, 5 Apr 2013 06:58:53 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 90dec897f6a1c955e4e4286399fa088764c08218
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.
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>
(cherry picked from commit b518ffc0da37d38f05fa1d35852500784caefba6)
Change-Id: Ic8fe9f6d579fc507252a720012937a0bfa943e31
Reviewed-on: http://gerrit.openafs.org/9714
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-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