Move statistics and and call-closing from afs_segments to afs_fetchstore.
authorFelix Frank <Felix.Frank@Desy.de>
Tue, 14 Jul 2009 09:07:07 +0000 (11:07 +0200)
committerRuss Allbery <rra@stanford.edu>
Fri, 21 Aug 2009 07:04:10 +0000 (00:04 -0700)
commit01349d8a9468de0e46eeef42dede3a7076f1abb5
tree301538ad66931ea16f4176f157e2536a7c57422a
parentdb717c69dad1518043cb317aedb6d082476386f0
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
src/afs/afs_fetchstore.c
src/afs/afs_prototypes.h
src/afs/afs_segments.c