summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.h
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@sandisk.com>2017-04-20 16:25:19 -0700
committerJens Axboe <axboe@fb.com>2017-04-20 17:28:30 -0600
commit246665db3bcdb36dbba91a64b1e560dcf948a994 (patch)
treeaf96a5495ea54d7bd0a63bc4b7e171f275660688 /block/blk-mq-sched.h
parent5feeacdd4a75bc6e5c6c613ae09ef07bc5dfd05a (diff)
downloadlinux-0-day-246665db3bcdb36dbba91a64b1e560dcf948a994.tar.gz
linux-0-day-246665db3bcdb36dbba91a64b1e560dcf948a994.tar.xz
blk-mq: Remove blk_mq_sched_move_to_dispatch()
commit c13660a08c8b ("blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()") removed the last user of this function. Hence also remove the function itself. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Cc: Omar Sandoval <osandov@fb.com> Cc: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq-sched.h')
-rw-r--r--block/blk-mq-sched.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/block/blk-mq-sched.h b/block/blk-mq-sched.h
index 120c6abc37cc9..edafb5383b7bb 100644
--- a/block/blk-mq-sched.h
+++ b/block/blk-mq-sched.h
@@ -24,9 +24,6 @@ void blk_mq_sched_insert_requests(struct request_queue *q,
struct list_head *list, bool run_queue_async);
void blk_mq_sched_dispatch_requests(struct blk_mq_hw_ctx *hctx);
-void blk_mq_sched_move_to_dispatch(struct blk_mq_hw_ctx *hctx,
- struct list_head *rq_list,
- struct request *(*get_rq)(struct blk_mq_hw_ctx *));
int blk_mq_init_sched(struct request_queue *q, struct elevator_type *e);
void blk_mq_exit_sched(struct request_queue *q, struct elevator_queue *e);