commit | ea8d7720b274607f48fb524337254a9c43dbc2df | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sat Mar 08 17:19:55 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 30 17:31:52 2014 -0400 |
tree | 174b409140dcca608e505542ca058933d7292346 | |
parent | 67492c990300912c717bc95e9f705feb63de2df9 [diff] |
nfsd4: remove redundant encode buffer size checking Now that all op encoders can handle running out of space, we no longer need to check the remaining size for every operation; only nonidempotent operations need that check, and that can be done by nfsd4_check_resp_size. Signed-off-by: J. Bruce Fields <bfields@redhat.com>