From: Simon Wilkinson Date: Thu, 28 Feb 2013 17:07:31 +0000 (+0000) Subject: afsmonitor: Add missing items to fsOpNames array X-Git-Tag: upstream/1.6.10_pre1^2~162 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d2d2b5759006dcb6e1820c528f88339867db183c;p=packages%2Fo%2Fopenafs.git 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) Reviewed-on: http://gerrit.openafs.org/9314 Tested-by: BuildBot Reviewed-by: Jeffrey Altman (cherry picked from commit 74d0d0d5e686d82e18f896889870af666c4d495d) Change-Id: Iac7275fd9dd9a2fa5fe163ba96a15d32d4e5d05e Reviewed-on: http://gerrit.openafs.org/11027 Reviewed-by: Chas Williams - CONTRACTOR Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- diff --git a/src/afsmonitor/afsmon-output.c b/src/afsmonitor/afsmon-output.c index b7a20f788..031db9b55 100644 --- a/src/afsmonitor/afsmon-output.c +++ b/src/afsmonitor/afsmon-output.c @@ -66,7 +66,9 @@ static char *fsOpNames[] = { "NGetVolumeInfo", "BulkStatus", "XStatsVersion", - "GetXStats" + "GetXStats", + "Lookup", + "Residency" }; static char *cmOpNames[] = {