Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <konrad.wilk@oracle.com>
- Loading branch information