]> git.karo-electronics.de Git - linux-beck.git/commit
nfsd4: nfsd4_check_resp_size needn't recalculate length
authorJ. Bruce Fields <bfields@redhat.com>
Sat, 8 Mar 2014 21:42:05 +0000 (16:42 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 30 May 2014 21:31:51 +0000 (17:31 -0400)
commit67492c990300912c717bc95e9f705feb63de2df9
treeab63eda6f32dcb4e72b754b3085341ad243a906f
parent4e21ac4b6f1d09c56f7d10916eaa738361214ab7
nfsd4: nfsd4_check_resp_size needn't recalculate length

We're keeping the length updated as we go now, so there's no need for
the extra calculation here.

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