]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
NFSv4: Fix missing operation accounting in NFS4_dec_delegreturn_sz
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 16 Nov 2016 18:54:00 +0000 (13:54 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 1 Dec 2016 22:21:45 +0000 (17:21 -0500)
We need to account for the reply to the PUTFH operation in the
DELEGRETURN compound.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4xdr.c

index 86f72ae605c84e6cca9cdfeedb07dedf66b79539..0a82b3fb2d27026e4ddb00a543d8b998d9d2f4bc 100644 (file)
@@ -710,6 +710,7 @@ static int nfs4_stat_to_errno(int);
                                encode_getattr_maxsz)
 #define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \
                                decode_sequence_maxsz + \
+                               decode_putfh_maxsz + \
                                decode_delegreturn_maxsz + \
                                decode_getattr_maxsz)
 #define NFS4_enc_getacl_sz     (compound_encode_hdr_maxsz + \