commit | 69dd716c5ffd89f5ba14ffb871d633ecea74d13a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Dec 14 14:56:07 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:05:58 2008 -0500 |
tree | bbf720dc7f16f99adc09063f934033eb9e36b307 | |
parent | 3c7c7e4812e40e50a9ce9d687432ab5515cb3f2f [diff] |
NFSv4: Add socket proto argument to setclientid Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index d8e395d..d342ae5 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h
@@ -666,7 +666,7 @@ struct nfs_fattr * new_fattr; }; -#define NFS4_SETCLIENTID_NAMELEN (48) +#define NFS4_SETCLIENTID_NAMELEN (56) struct nfs4_setclientid { const nfs4_verifier * sc_verifier; unsigned int sc_name_len;