diff options
Diffstat (limited to 'block/blk-mq.h')
-rw-r--r-- | block/blk-mq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/blk-mq.h b/block/blk-mq.h index 52bf1f96a2c2..5c3917984b00 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h | |||
@@ -27,6 +27,8 @@ void blk_mq_complete_request(struct request *rq, int error); | |||
27 | void blk_mq_run_request(struct request *rq, bool run_queue, bool async); | 27 | void blk_mq_run_request(struct request *rq, bool run_queue, bool async); |
28 | void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); | 28 | void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); |
29 | void blk_mq_init_flush(struct request_queue *q); | 29 | void blk_mq_init_flush(struct request_queue *q); |
30 | void blk_mq_drain_queue(struct request_queue *q); | ||
31 | void blk_mq_free_queue(struct request_queue *q); | ||
30 | 32 | ||
31 | /* | 33 | /* |
32 | * CPU hotplug helpers | 34 | * CPU hotplug helpers |
@@ -38,7 +40,6 @@ void blk_mq_init_cpu_notifier(struct blk_mq_cpu_notifier *notifier, | |||
38 | void blk_mq_register_cpu_notifier(struct blk_mq_cpu_notifier *notifier); | 40 | void blk_mq_register_cpu_notifier(struct blk_mq_cpu_notifier *notifier); |
39 | void blk_mq_unregister_cpu_notifier(struct blk_mq_cpu_notifier *notifier); | 41 | void blk_mq_unregister_cpu_notifier(struct blk_mq_cpu_notifier *notifier); |
40 | void blk_mq_cpu_init(void); | 42 | void blk_mq_cpu_init(void); |
41 | DECLARE_PER_CPU(struct llist_head, ipi_lists); | ||
42 | 43 | ||
43 | /* | 44 | /* |
44 | * CPU -> queue mappings | 45 | * CPU -> queue mappings |