From: J. Bruce Fields Date: Fri, 21 Jun 2013 15:48:11 +0000 (-0400) Subject: nfsd4: fix decoding of compounds across page boundaries X-Git-Tag: v3.11-rc1~32^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247500820ebd02ad87525db5d9b199e5b66f6636;p=pandora-kernel.git nfsd4: fix decoding of compounds across page boundaries A freebsd NFSv4.0 client was getting rare IO errors expanding a tarball. A network trace showed the server returning BAD_XDR on the final getattr of a getattr+write+getattr compound. The final getattr started on a page boundary. I believe the Linux client ignores errors on the post-write getattr, and that that's why we haven't seen this before. Cc: stable@vger.kernel.org Reported-by: Rick Macklem Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed