aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r--include/linux/blk-mq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h
index f2e3079eecdd..674641527da7 100644
--- a/include/linux/blk-mq.h
+++ b/include/linux/blk-mq.h
@@ -92,7 +92,7 @@ struct blk_mq_queue_data {
92 92
93typedef blk_status_t (queue_rq_fn)(struct blk_mq_hw_ctx *, 93typedef blk_status_t (queue_rq_fn)(struct blk_mq_hw_ctx *,
94 const struct blk_mq_queue_data *); 94 const struct blk_mq_queue_data *);
95typedef blk_status_t (get_budget_fn)(struct blk_mq_hw_ctx *); 95typedef bool (get_budget_fn)(struct blk_mq_hw_ctx *);
96typedef void (put_budget_fn)(struct blk_mq_hw_ctx *); 96typedef void (put_budget_fn)(struct blk_mq_hw_ctx *);
97typedef enum blk_eh_timer_return (timeout_fn)(struct request *, bool); 97typedef enum blk_eh_timer_return (timeout_fn)(struct request *, bool);
98typedef int (init_hctx_fn)(struct blk_mq_hw_ctx *, void *, unsigned int); 98typedef int (init_hctx_fn)(struct blk_mq_hw_ctx *, void *, unsigned int);