From: Benny Halevy <bhalevy@panasas.com>
To: NFS list <linux-nfs@vger.kernel.org>
Subject: Fwd: [PATCH for-2.6.36]: nfsstat: add release_lockowner to client stats
Date: Tue, 20 Jul 2010 09:09:54 +0300 [thread overview]
Message-ID: <4C453DB2.3000502@panasas.com> (raw)
Forwarding... (forgot to Cc the list)
Benny
On Jul. 20, 2010, 8:45 +0300, Benny Halevy <bhalevy@panasas.com> wrote:
Add stat for the RELEASE_LOCKOWNER client operation as implemented in
Linux 2.6.36
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
---
utils/nfsstat/nfsstat.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c
index 99d77c9..3cd6635 100644
--- a/utils/nfsstat/nfsstat.c
+++ b/utils/nfsstat/nfsstat.c
@@ -31,7 +31,7 @@ enum {
SRVPROC3_SZ = 22,
CLTPROC3_SZ = 22,
SRVPROC4_SZ = 2,
- CLTPROC4_SZ = 48,
+ CLTPROC4_SZ = 49,
SRVPROC4OPS_SZ = 59,
};
@@ -118,6 +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",
/* nfsv4.1 client ops */
"exchange_id",
"create_ses",
--
1.7.1.1
reply other threads:[~2010-07-20 6:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C453DB2.3000502@panasas.com \
--to=bhalevy@panasas.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).