From 8935933dedcd820c2fb3dddff8b79fd5841dc217 Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Mon, 23 May 2011 08:37:17 -0400 Subject: [PATCH] nfsstat: reorder nfs4 stats for 2.6.38 and up match order in 2.6.38, 2.6.39 (-rc3) and development tree while at it, get rid of obsolete ds_write and ds_commit Signed-off-by: Benny Halevy Signed-off-by: Steve Dickson --- utils/nfsstat/nfsstat.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c index 766cb72..41908a1 100644 --- a/utils/nfsstat/nfsstat.c +++ b/utils/nfsstat/nfsstat.c @@ -126,14 +126,11 @@ static const char * nfscltproc4name[CLTPROC4_SZ] = { "sequence", "get_lease_t", "reclaim_comp", + "getdevinfo", "layoutget", "layoutcommit", "layoutreturn", "getdevlist", - "getdevinfo", - /* nfsv4.1 pnfs client ops to data server only */ - "ds_write", - "ds_commit", }; static const char * nfssrvproc4opname[SRVPROC4OPS_SZ] = { -- 2.39.2