From 64630d07b893199431b601a73de23c303c61db40 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) Change-Id: Ib8059fe53e5254d212722db59c05a0f0822883e2 Reviewed-on: http://gerrit.openafs.org/9320 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear --- 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 011643551e..af8f7a4e52 100644 --- a/src/xstat/xstat_cm_test.c +++ b/src/xstat/xstat_cm_test.c @@ -71,7 +71,8 @@ static char *fsOpNames[] = { "BulkStatus", "XStatsVersion", "GetXStats", - "XLookup" + "XLookup", + "ResidencyRpc" }; static char *cmOpNames[] = {