Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: make sure FSEQ_DATA request has the same rq_disk as the original
rq->rq_disk and bio->bi_bdev->bd_disk may differ if a request has passed through remapping drivers. FSEQ_DATA request incorrectly followed bio->bi_bdev->bd_disk ending up being issued w/ mismatching rq_disk. Make it follow orig_rq->rq_disk. Signed-off-by: Tejun Heo <[email protected]> Reported-by: Kiyoshi Ueda <[email protected]> Tested-by: Kiyoshi Ueda <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information