aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blk-mq.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h
index b7638be58599..468be242db90 100644
--- a/include/linux/blk-mq.h
+++ b/include/linux/blk-mq.h
@@ -86,6 +86,8 @@ struct blk_mq_ops {
86 */ 86 */
87 rq_timed_out_fn *timeout; 87 rq_timed_out_fn *timeout;
88 88
89 softirq_done_fn *complete;
90
89 /* 91 /*
90 * Override for hctx allocations (should probably go) 92 * Override for hctx allocations (should probably go)
91 */ 93 */
@@ -137,6 +139,8 @@ void blk_mq_free_single_hw_queue(struct blk_mq_hw_ctx *, unsigned int);
137 139
138void blk_mq_end_io(struct request *rq, int error); 140void blk_mq_end_io(struct request *rq, int error);
139 141
142void blk_mq_complete_request(struct request *rq);
143
140void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx); 144void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx);
141void blk_mq_start_hw_queue(struct blk_mq_hw_ctx *hctx); 145void blk_mq_start_hw_queue(struct blk_mq_hw_ctx *hctx);
142void blk_mq_stop_hw_queues(struct request_queue *q); 146void blk_mq_stop_hw_queues(struct request_queue *q);