OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3549-g74d0d0d
Gerrit Code Review
gerrit@openafs.org
Thu, 28 Feb 2013 16:23:51 -0800 (PST)
The following commit has been merged in the master branch:
commit 74d0d0d5e686d82e18f896889870af666c4d495d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Feb 28 17:07:31 2013 +0000
afsmonitor: Add missing items to fsOpNames array
The Lookup and Residency fs stats counters were missing from the
fsOpNames array. Add them in - Lookup has been missing since the
IBM release, Residency was missed when the MR-AFS code was merged.
This is still rather fragile, as there's no guarantee that
AFS_STATS_NUM_FS_RPC_OPS matches the number of elements in this
array. However, this is now correct until someone breaks it again...
Caught by coverity (#985569)
Change-Id: I22496050d5e786276a6646aa763d036449a3660d
Reviewed-on: http://gerrit.openafs.org/9314
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/afsmonitor/afsmon-output.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository