commit | f0af22101d9072c6488b8d20d6e33338669029fe | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Oct 01 18:59:49 2020 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Oct 02 09:37:42 2020 -0400 |
tree | d0307fde97f60b3b60c6121dd319deec5f4dcf45 | |
parent | 1841b9b61492e35234bdca8a5737a0e5df770f27 [diff] |
NFSD: Call NFSv2 encoders on error returns Remove special dispatcher logic for NFSv2 error responses. These are rare to the point of becoming extinct, but all NFS responses have to pay the cost of the extra conditional branches. With this change, the NFSv2 error cases now get proper xdr_ressize_check() calls. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>