diff options
author | Jianchao Wang <jianchao.w.wang@oracle.com> | 2018-12-14 09:28:19 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-16 08:33:57 -0700 |
commit | 5b7a6f128aad761b471ca0ff620b4841b38e596f (patch) | |
tree | 2feb1d41477244ea269220f98c648ceb742e28a3 /block/blk-core.c | |
parent | 7f556a44e61d0b62d78db9a2662a5f0daef010f2 (diff) | |
download | lwn-5b7a6f128aad761b471ca0ff620b4841b38e596f.tar.gz lwn-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-core.c')
0 files changed, 0 insertions, 0 deletions