Skip to content
Commit 23688bf4 authored by Junichi Nomura's avatar Junichi Nomura Committed by Jens Axboe
Browse files

block: ensure to split after potentially bouncing a bio

blk_queue_bio() does split then bounce, which makes the segment
counting based on pages before bouncing and could go wrong. Move
the split to after bouncing, like we do for blk-mq, and the we
fix the issue of having the bio count for segments be wrong.

Fixes: 54efd50b

 ("block: make generic_make_request handle arbitrarily sized bios")
Cc: stable@vger.kernel.org
Tested-by: default avatarArtem S. Tashkinov <t.artem@lycos.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent b5875222
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment