From: J. Bruce Fields Date: Tue, 18 Mar 2014 21:01:51 +0000 (-0400) Subject: nfsd4: separate splice and readv cases X-Git-Tag: omap-for-v3.16/fixes-against-rc1~67^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc97618ddd;p=pandora-kernel.git nfsd4: separate splice and readv cases The splice and readv cases are actually quite different--for example the former case ignores the array of vectors we build up for the latter. It is probably clearer to separate the two cases entirely. There's some code duplication between the split out encoders, but this is only temporary and will be fixed by a later patch. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed