OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-55-g6220ede
Gerrit Code Review
gerrit@openafs.org
Tue, 25 Aug 2009 19:22:14 -0700 (PDT)
The following commit has been merged in the master branch:
commit 6220ede6a96d06c53eddd848435764cff96be1b4
Author: Felix Frank <ffrank@satyr4.ifh.de>
Date: Wed Jul 8 16:36:34 2009 +0200
Add the padd storeOp and unify statistics keeping.
Filling with zeroes is done within a storeop of its own. This raises
consistency and readability.
Also, the formerly copy-pasted (to afs_dcache and afs_segments respectively)
statistics code is now in a seperate function of its own.
Reviewed-on: http://gerrit.openafs.org/122
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
src/afs/afs.h | 1 +
src/afs/afs_fetchstore.c | 189 +++++++++++++++++++++-------------------------
2 files changed, 88 insertions(+), 102 deletions(-)
--
OpenAFS Master Repository