Message ID | 1308320500-9950-1-git-send-email-benny@tonian.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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",
Signed-off-by: Benny Halevy <benny@tonian.com> --- utils/nfsstat/nfsstat.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)