From: J. Bruce Fields Date: Fri, 21 Mar 2014 21:57:57 +0000 (-0400) Subject: nfsd4: convert 4.1 replay encoding X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5236013a21c118e9d317e90c7a152dfe51fab93;p=pandora-kernel.git nfsd4: convert 4.1 replay encoding Limits on maxresp_sz mean that we only ever need to replay rpc's that are contained entirely in the head. The one exception is very small zero-copy reads. That's an odd corner case as clients wouldn't normally ask those to be cached. in any case, this seems a little more robust. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed