Jianchao Wang 5b7a6f128a 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>
2018-12-16 08:33:57 -07:00
..
2018-12-09 17:45:40 -07:00
2018-11-07 13:42:32 -07:00
2018-11-16 08:34:06 -07:00
2018-11-19 19:03:44 -07:00
2018-11-30 14:48:04 -07:00
2018-12-07 22:26:38 -07:00
2018-12-07 22:26:38 -07:00
2018-11-15 12:13:25 -07:00
2018-11-16 08:34:06 -07:00
2018-11-16 08:34:06 -07:00
2018-11-16 08:34:06 -07:00
2018-10-25 11:17:40 -06:00
2018-05-31 10:50:54 -04:00
2018-11-07 13:42:32 -07:00