commit | a1cb65377e707500819b2c2c34064e5ceb32798b | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@redhat.com> | Tue Nov 02 21:35:00 2021 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 03 09:27:57 2021 -0600 |
tree | d1a1d8b542c176c5c9c2527873939f6af1c4c2b1 | |
parent | 781dd830ec4f4d56b99d5d0c64bacda4c3ee3cfd [diff] |
blk-mq: only try to run plug merge if request has same queue with incoming bio It is obvious that io merge can't be done between two different queues, so just try to run io merge in case of same queue. Signed-off-by: Ming Lei <ming.lei@redhat.com> Link: https://lore.kernel.org/r/20211102133502.3619184-2-ming.lei@redhat.com Signed-off-by: Jens Axboe <axboe@kernel.dk>