OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-52-g0e1bd20
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Aug 2009 20:05:12 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0e1bd20462d4fd0aaa3fb18e127b1f1597a76799
Author: Felix Frank <Felix.Frank@Desy.de>
Date: Tue Jul 14 12:42:44 2009 +0200
More CacheStoreProc call context to afs_fetchstore from afs_segments
The loop over the dcaches is performed in afs_fetchstore now as well,
in a new routine afs_CacheStoreVCache that is called in afs_CacheStoreProc's
stead. The original afs_CacheStoreProc has largely moved to
afs_CacheStoreDCaches in afs_fetchstore.c.
Enhances readability of afs_StoreAllSegments. rxfs_storeInit() can be
performed earlier now, which is instrumental for the inclusion of
alternative protocols (which will call other storeInit() functions).
Reviewed-on: http://gerrit.openafs.org/120
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
src/afs/afs_fetchstore.c | 254 +++++++++++++++++++++++++++++++++++++---------
src/afs/afs_prototypes.h | 15 ++--
src/afs/afs_segments.c | 144 +-------------------------
3 files changed, 218 insertions(+), 195 deletions(-)
--
OpenAFS Master Repository