OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-39-g5ff34cc
Gerrit Code Review
gerrit@openafs.org
Wed, 19 Aug 2009 19:47:38 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5ff34cc364ea80fe1e55262ac97091b42d47e3d8
Author: Felix Frank <Felix.Frank@Desy.de>
Date: Tue Jul 14 11:01:57 2009 +0200
Move context of afs_CacheStoreProc() call from afs_segments to afs_fetchstore
The innermost loop in afs_StoreAllSegments (looping over chunks) is now
inlined in afs_CachStoreProc. This is step one in a series of such
inlinings.
Reviewed-on: http://gerrit.openafs.org/116
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
src/afs/afs_fetchstore.c | 167 +++++++++++++++++++++++++++++++++------------
src/afs/afs_prototypes.h | 10 ++-
src/afs/afs_segments.c | 81 +++-------------------
3 files changed, 140 insertions(+), 118 deletions(-)
--
OpenAFS Master Repository