diff options
Diffstat (limited to 'block/blk-mq.h')
-rw-r--r-- | block/blk-mq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk-mq.h b/block/blk-mq.h index ca4964a6295d..a3c613a9df2d 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h | |||
@@ -60,6 +60,8 @@ extern int blk_mq_hw_queue_to_node(unsigned int *map, unsigned int); | |||
60 | extern int blk_mq_sysfs_register(struct request_queue *q); | 60 | extern int blk_mq_sysfs_register(struct request_queue *q); |
61 | extern void blk_mq_sysfs_unregister(struct request_queue *q); | 61 | extern void blk_mq_sysfs_unregister(struct request_queue *q); |
62 | 62 | ||
63 | extern void blk_mq_rq_timed_out(struct request *req, bool reserved); | ||
64 | |||
63 | /* | 65 | /* |
64 | * Basic implementation of sparser bitmap, allowing the user to spread | 66 | * Basic implementation of sparser bitmap, allowing the user to spread |
65 | * the bits over more cachelines. | 67 | * the bits over more cachelines. |