summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2016-11-16 13:54:00 -0500
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-12-01 17:21:45 -0500
commitd8434d4c54789bd8ac30b4a69037115b3594d2b3 (patch)
tree0af4bd9d781e1b46874584ba42145ace8d8103e1 /fs/nfs/nfs4xdr.c
parent69820d22c559c46f94e9ae08677581365c3748d5 (diff)
NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz
We need to account for the reply to the PUTFH operation in the DELEGRETURN compound. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r--fs/nfs/nfs4xdr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
index 86f72ae605c8..0a82b3fb2d27 100644
--- a/fs/nfs/nfs4xdr.c
+++ b/fs/nfs/nfs4xdr.c
@@ -710,6 +710,7 @@ static int nfs4_stat_to_errno(int);
710 encode_getattr_maxsz) 710 encode_getattr_maxsz)
711#define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \ 711#define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \
712 decode_sequence_maxsz + \ 712 decode_sequence_maxsz + \
713 decode_putfh_maxsz + \
713 decode_delegreturn_maxsz + \ 714 decode_delegreturn_maxsz + \
714 decode_getattr_maxsz) 715 decode_getattr_maxsz)
715#define NFS4_enc_getacl_sz (compound_encode_hdr_maxsz + \ 716#define NFS4_enc_getacl_sz (compound_encode_hdr_maxsz + \