diff options
author | Mike Snitzer <snitzer@redhat.com> | 2016-09-14 19:28:30 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-14 19:48:34 +0200 |
commit | 2849450ad39d2e699fda2d5c6f41e05d87fd7004 (patch) | |
tree | 086e7fd583a30bdefcfe01bd3fef60eeda4ad742 /kernel/padata.c | |
parent | block: remove IOPRIO_BITS (diff) | |
download | linux-2849450ad39d2e699fda2d5c6f41e05d87fd7004.tar.xz linux-2849450ad39d2e699fda2d5c6f41e05d87fd7004.zip |
blk-mq: introduce blk_mq_delay_kick_requeue_list()
blk_mq_delay_kick_requeue_list() provides the ability to kick the
q->requeue_list after a specified time. To do this the request_queue's
'requeue_work' member was changed to a delayed_work.
blk_mq_delay_kick_requeue_list() allows DM to defer processing requeued
requests while it doesn't make sense to immediately requeue them
(e.g. when all paths in a DM multipath have failed).
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions