diff options
| author | Yufen Yu <[email protected]> | 2020-10-09 03:26:33 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2020-10-09 18:35:39 +0000 |
| commit | c728152413312de6c95731a845d30c9ae735d656 (patch) | |
| tree | 0a5e0f4255a52e681d3137353bf14c01b79950db /drivers/mmc/core/queue.c | |
| parent | block: get rid of unnecessary local variable (diff) | |
| download | kernel-c728152413312de6c95731a845d30c9ae735d656.tar.gz kernel-c728152413312de6c95731a845d30c9ae735d656.zip | |
blk-mq: get rid of the dead flush handle code path
After commit 923218f6166a ("blk-mq: don't allocate driver tag upfront
for flush rq"), blk_mq_submit_bio() will call blk_insert_flush()
directly to handle flush request rather than blk_mq_sched_insert_request()
in the case of elevator.
Then, all flush request either have set RQF_FLUSH_SEQ flag when call
blk_mq_sched_insert_request(), or have inserted into hctx->dispatch.
So, remove the dead code path.
Signed-off-by: Yufen Yu <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/mmc/core/queue.c')
0 files changed, 0 insertions, 0 deletions
