From: Konrad Rzeszutek Wilk Date: Fri, 15 Apr 2011 15:38:29 +0000 (-0400) Subject: xen/blkback: Move the check for misaligned I/O higher. X-Git-Tag: v3.0-rc1~162^2~16^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=976222e05ea5a9959ccf880d7a24efbf79b3c6cf;p=pandora-kernel.git xen/blkback: Move the check for misaligned I/O higher. We move it up higher to be in same loop that actually computes the sector number. This way, all of the code that deals with verifying that the request is correct is all done before we do any of the page mapping, I/O submission, etc. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed