OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-46-g01349d8
Gerrit Code Review
gerrit@openafs.org
Fri, 21 Aug 2009 00:04:28 -0700 (PDT)
The following commit has been merged in the master branch:
commit 01349d8a9468de0e46eeef42dede3a7076f1abb5
Author: Felix Frank <Felix.Frank@Desy.de>
Date: Tue Jul 14 11:07:07 2009 +0200
Move statistics and and call-closing from afs_segments to afs_fetchstore.
Rather than in afs_StoreAllSegments, do statistics in afs_CacheStoreProc,
further boosting the former's readability. Calls are closed in a new
storeOp now, rxfs_storeClose, and have been moved there from
afs_StoreAllSegments as well.
Reviewed-on: http://gerrit.openafs.org/117
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>
src/afs/afs.h | 2 +
src/afs/afs_fetchstore.c | 137 +++++++++++++++++++++++++++++++++++++---------
src/afs/afs_prototypes.h | 7 +-
src/afs/afs_segments.c | 120 ++--------------------------------------
4 files changed, 121 insertions(+), 145 deletions(-)
--
OpenAFS Master Repository