OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-60-g622065f
Gerrit Code Review
gerrit@openafs.org
Wed, 26 Aug 2009 15:30:11 -0700 (PDT)
The following commit has been merged in the master branch:
commit 622065f98ea806314e1b7116f0b280092aa397b1
Author: Russ Allbery <rra@stanford.edu>
Date: Tue Aug 25 21:00:33 2009 -0700
Initialize xferStartTime for StoreData timings
In the reorganization of fetch and store procs, the initialization of
the transfer start time for a store was lost, leading to meaningless
statistics from the uninitialized variable. Initialize the transfer
time at the start of transferring each chunk and move the variable into
the for loop.
Reviewed-on: http://gerrit.openafs.org/340
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_fetchstore.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository