2011-06-17 14:21:43

by Benny Halevy

[permalink] [raw]
Subject: [PATCH] nfsstat: reorder nfs4 stats for 2.6.39

Signed-off-by: Benny Halevy <[email protected]>
---
utils/nfsstat/nfsstat.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c
index a4a8034..8e6ca21 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",
--
1.7.4.4



2011-06-22 22:36:37

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfsstat: reorder nfs4 stats for 2.6.39



On 06/17/2011 10:21 AM, Benny Halevy wrote:
> Signed-off-by: Benny Halevy <[email protected]>
> ---
> utils/nfsstat/nfsstat.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c
> index a4a8034..8e6ca21 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",
Committed...

steved.