From: Nicholas Bellinger Date: Thu, 24 Oct 2013 07:27:00 +0000 (-0700) Subject: target: Fail XCOPY for non matching source + destination block_size X-Git-Tag: v3.12-rc7~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48502ddbfb9840803f633ff81eee507e0fdae7c5;p=pandora-kernel.git target: Fail XCOPY for non matching source + destination block_size This patch adds an explicit check + failure for XCOPY I/O to source + destination devices with a non-matching block_size. This limitiation is currently due to the fact that the scatterlist memory allocated for the XCOPY READ operation is passed zero-copy to the XCOPY WRITE operation. Reported-by: Thomas Glanzmann Reported-by: Douglas Gilbert Cc: Thomas Glanzmann Cc: Douglas Gilbert Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed