]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
xstat: Add the residency RPC to the list of fs ops
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 1 Mar 2013 10:52:32 +0000 (10:52 +0000)
committerStephan Wiesand <stephan.wiesand@desy.de>
Tue, 3 Jun 2014 16:30:07 +0000 (12:30 -0400)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 64630d07b893199431b601a73de23c303c61db40)

Change-Id: If14fb4e6929ea667b2dde18b381ab5c59c6bf8db
Reviewed-on: http://gerrit.openafs.org/11031
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/xstat/xstat_cm_test.c

index 313132a1c39d06e904939ebb5032c58d132dbae4..7732712ae2dfda85eee11a762901eaaa4dd7ca43 100644 (file)
@@ -72,7 +72,8 @@ static char *fsOpNames[] = {
     "BulkStatus",
     "XStatsVersion",
     "GetXStats",
-    "XLookup"
+    "XLookup",
+    "ResidencyRpc"
 };
 
 static char *cmOpNames[] = {