Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
block/blk-mq.c | 2 +-
block/blk-timeout.c | 5 ++++-
block/blk.h | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/block/blk.h b/block/blk.h
index e515a28..159e973 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -250,4 +250,6 @@ static inline int blk_throtl_init(struct request_queue *q) { return 0; }
static inline void blk_throtl_exit(struct request_queue *q) { }
#endif /* CONFIG_BLK_DEV_THROTTLING */
+extern void blk_mq_rq_timed_out(struct request *req, bool reserved);