From 545ea1098089d6396d5a70111ec231c4de967faa Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Wed, 22 Jun 2011 15:44:17 -0400 Subject: [PATCH] nfsstat: reorder nfs4 stats for 2.6.39 Signed-off-by: Benny Halevy Signed-off-by: Steve Dickson --- utils/nfsstat/nfsstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c index 41908a1..70f8d10 100644 --- a/utils/nfsstat/nfsstat.c +++ b/utils/nfsstat/nfsstat.c @@ -118,7 +118,7 @@ static const char * nfscltproc4name[CLTPROC4_SZ] = { "remove", "rename", "link", "symlink", "create", "pathconf", "statfs", "readlink", "readdir", "server_caps", "delegreturn", "getacl", "setacl", "fs_locations", - "rel_lkowner", + "rel_lkowner", "secinfo", /* nfsv4.1 client ops */ "exchange_id", "create_ses", @@ -126,8 +126,8 @@ static const char * nfscltproc4name[CLTPROC4_SZ] = { "sequence", "get_lease_t", "reclaim_comp", - "getdevinfo", "layoutget", + "getdevinfo", "layoutcommit", "layoutreturn", "getdevlist", -- 2.39.2