Skip to content
Commit ea8d7720 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

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: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 67492c99
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment