diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-02-02 17:47:17 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-02-03 18:35:03 -0500 |
commit | ab91f264cfbafd079dcb1bd02e9803c2dd65de19 (patch) | |
tree | 86fd86c01f1bd962e75fa98a4f69cbe3937a5ab5 /fs/nfs | |
parent | f2d0d85e58099d518cb50b1c95fc1fc62bbce1b8 (diff) |
NFSv4: Fix NFS4_enc_server_caps_sz/NFS4_dec_server_caps_sz
Insert missing encode_putfh_maxsz/decode_putfh_maxsz
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 0cf3fa312a33..f02d522fd788 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -387,8 +387,10 @@ static int nfs4_stat_to_errno(int); | |||
387 | decode_putfh_maxsz + \ | 387 | decode_putfh_maxsz + \ |
388 | op_decode_hdr_maxsz + 12) | 388 | op_decode_hdr_maxsz + 12) |
389 | #define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \ | 389 | #define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \ |
390 | encode_putfh_maxsz + \ | ||
390 | encode_getattr_maxsz) | 391 | encode_getattr_maxsz) |
391 | #define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \ | 392 | #define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \ |
393 | decode_putfh_maxsz + \ | ||
392 | decode_getattr_maxsz) | 394 | decode_getattr_maxsz) |
393 | #define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \ | 395 | #define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \ |
394 | encode_putfh_maxsz + \ | 396 | encode_putfh_maxsz + \ |