nfsd4: fix encoding of out-of-space replies
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 7 Mar 2014 01:39:29 +0000 (20:39 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 27 May 2014 15:09:08 +0000 (11:09 -0400)
If nfsd4_check_resp_size() returns an error then we should really be
truncating the reply here, otherwise we may leave extra garbage at the
end of the rpc reply.

Also add a warning to catch any cases where our reply-size estimates may
be wrong in the case of a non-idempotent operation.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4xdr.c
fs/nfsd/xdr4.h

Simple merge
Simple merge
diff --cc fs/nfsd/xdr4.h
Simple merge