Skip to content
Commit 23f3e327 authored by Xiao Ni's avatar Xiao Ni Committed by Jens Axboe
Browse files

block: Merge bio before checking ->cached_rq



It checks if plug->cached_rq is empty before merging bio. But the merge action
doesn't have relationship with plug->cached_rq, it trys to merge bio with
requests within plug->mq_list. Now it checks if ->cached_rq is empty before
merging bio. If it's empty, it will miss the merge chances. So move the merge
function before checking ->cached_rq.

Signed-off-by: default avatarXiao Ni <xni@redhat.com>
Reviewed-by: default avatarMing Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20230209031930.27354-1-xni@redhat.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent dcb52201
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