]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 28 May 2014 18:52:43 +0000 (14:52 -0400)
commit470c0ee3e90beb5717e18e9139f68974747943c8
treecc410eed033cbae5011373763e7350fe589ab83b
parent13159005ce4fc498ba5f3548513f208851eb58af
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