From: J. Bruce Fields Date: Thu, 21 Aug 2014 19:04:31 +0000 (-0400) Subject: nfsd4: fix response size estimation for OP_SEQUENCE X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~44^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d84c9626bb3a519863b3ffc40d347166f9fb83;p=pandora-kernel.git nfsd4: fix response size estimation for OP_SEQUENCE We added this new estimator function but forgot to hook it up. The effect is that NFSv4.1 (and greater) won't do zero-copy reads. The estimate was also wrong by 8 bytes. Fixes: ccae70a9ee41 "nfsd4: estimate sequence response size" Cc: stable@vger.kernel.org Reported-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed