diff options
author | Benny Halevy <benny@tonian.com> | 2011-06-11 17:08:39 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-06-15 11:24:28 -0400 |
commit | c9c30dd5f73dccaa326a54dfcf490316946aea87 (patch) | |
tree | b7e4f9488c805cf5e29f93b25a75713f3922e823 /include/linux | |
parent | 0f66b5984df2fe1617c05900a39a7ef493ca9de9 (diff) | |
download | talos-op-linux-c9c30dd5f73dccaa326a54dfcf490316946aea87.tar.gz talos-op-linux-c9c30dd5f73dccaa326a54dfcf490316946aea87.zip |
NFSv4.1: deprecate headerpadsz in CREATE_SESSION
We don't support header padding yet so better off ditching it
Reported-by: Sid Moore <learnmost@gmail.com>
Signed-off-by: Benny Halevy <benny@tonian.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 5e8444a11adf..00848d86ffb2 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -158,7 +158,6 @@ struct nfs_seqid; /* nfs41 sessions channel attributes */ struct nfs4_channel_attrs { - u32 headerpadsz; u32 max_rqst_sz; u32 max_resp_sz; u32 max_resp_sz_cached; |