linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfsstat: reorder nfs4 stats for 2.6.39
@ 2011-06-17 14:21 Benny Halevy
  2011-06-22 22:36 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Benny Halevy @ 2011-06-17 14:21 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs, Benny Halevy

Signed-off-by: Benny Halevy <benny@tonian.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfsstat: reorder nfs4 stats for 2.6.39
  2011-06-17 14:21 [PATCH] nfsstat: reorder nfs4 stats for 2.6.39 Benny Halevy
@ 2011-06-22 22:36 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2011-06-22 22:36 UTC (permalink / raw)
  To: Benny Halevy; +Cc: linux-nfs



On 06/17/2011 10:21 AM, Benny Halevy wrote:
> Signed-off-by: Benny Halevy <benny@tonian.com>
> ---
>  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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-22 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 14:21 [PATCH] nfsstat: reorder nfs4 stats for 2.6.39 Benny Halevy
2011-06-22 22:36 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).