From 16bef5a55429feb067d7db163e102e6322e75485 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 1 Mar 2013 10:52:32 +0000 Subject: [PATCH] xstat: Add the residency RPC to the list of fs ops Include the ResidencyRpc in the list of fs operation numbers that can be display by xstat_cm_test. Caught by coverity (#989029) Reviewed-on: http://gerrit.openafs.org/9320 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear (cherry picked from commit 64630d07b893199431b601a73de23c303c61db40) Change-Id: If14fb4e6929ea667b2dde18b381ab5c59c6bf8db Reviewed-on: http://gerrit.openafs.org/11031 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Stephan Wiesand --- src/xstat/xstat_cm_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xstat/xstat_cm_test.c b/src/xstat/xstat_cm_test.c index 313132a1c..7732712ae 100644 --- a/src/xstat/xstat_cm_test.c +++ b/src/xstat/xstat_cm_test.c @@ -72,7 +72,8 @@ static char *fsOpNames[] = { "BulkStatus", "XStatsVersion", "GetXStats", - "XLookup" + "XLookup", + "ResidencyRpc" }; static char *cmOpNames[] = { -- 2.39.5