diff options
author | Jianchao Wang <jianchao.w.wang@oracle.com> | 2018-12-14 02:28:19 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-16 16:33:57 +0100 |
commit | 5b7a6f128aad761b471ca0ff620b4841b38e596f (patch) | |
tree | 2feb1d41477244ea269220f98c648ceb742e28a3 /block/blk-mq.h | |
parent | blk-mq: refactor the code of issue request directly (diff) | |
download | linux-5b7a6f128aad761b471ca0ff620b4841b38e596f.tar.xz linux-5b7a6f128aad761b471ca0ff620b4841b38e596f.zip |
blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
It is not necessary to issue request directly with bypass 'true'
in blk_mq_sched_insert_requests and handle the non-issued requests
itself. Just set bypass to 'false' and let blk_mq_try_issue_directly
handle them totally. Remove the blk_rq_can_direct_dispatch check,
because blk_mq_try_issue_directly can handle it well.If request is
direct-issued unsuccessfully, insert the reset.
Signed-off-by: Jianchao Wang <jianchao.w.wang@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-mq.h')
0 files changed, 0 insertions, 0 deletions