OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-38-gebd4249
Gerrit Code Review
gerrit@openafs.org
Wed, 19 Aug 2009 18:37:54 -0700 (PDT)
The following commit has been merged in the master branch:
commit ebd42496392d4ff207a97dd664d8dbaad66425b0
Author: Felix Frank <Felix.Frank@Desy.de>
Date: Tue Jul 14 10:57:21 2009 +0200
Move statistics keeping from afs_dcache to afs_fetchstore.
More context of the afs_CacheFetchProc() call in GetDCache is now inlined
in the afs_CacheFetchProc. Boosts readability of GetDCache and saves
stack, as counter pointers need not be passed anymore. The statistics
code is more readable due to lesser indentation.
Reviewed-on: http://gerrit.openafs.org/115
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
src/afs/afs_dcache.c | 92 +---------------------------------------------
src/afs/afs_fetchstore.c | 77 +++++++++++++++++++++++++++++++++-----
src/afs/afs_prototypes.h | 12 ++---
3 files changed, 74 insertions(+), 107 deletions(-)
--
OpenAFS Master Repository