mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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 <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
bdd9ad146c
commit
64630d07b8
@ -71,7 +71,8 @@ static char *fsOpNames[] = {
|
||||
"BulkStatus",
|
||||
"XStatsVersion",
|
||||
"GetXStats",
|
||||
"XLookup"
|
||||
"XLookup",
|
||||
"ResidencyRpc"
|
||||
};
|
||||
|
||||
static char *cmOpNames[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user