]> asedeno.scripts.mit.edu Git - linux.git/commit
nfsd4: no need for encode_compoundres to adjust lengths
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 26 Feb 2014 22:16:27 +0000 (17:16 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 28 May 2014 18:52:37 +0000 (14:52 -0400)
commitdd97fddedc251eb423408d89f2947eff9c4ea3c1
tree7062237b8685ee9b7cc586748b213c7edf6ce3cc
parentf46d382a749874e1b29cfb34d4ccf283eae4fffa
nfsd4: no need for encode_compoundres to adjust lengths

xdr_reserve_space should now be calculating the length correctly as we
go, so there's no longer any need to fix it up here.

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