commit | 07d1f8020738ba3180ea9992c4fa7dbc0685396a | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Mar 06 20:39:29 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue May 27 11:09:08 2014 -0400 |
tree | 3c400bbbe4c453f6b1d5afddf3d7bfae77e81daa | |
parent | 1802a67894fab3ff90a3ef4f484e97a5b4515426 [diff] |
nfsd4: fix encoding of out-of-space replies 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>