On 2014-09-22 07:59, Christoph Hellwig wrote:
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);
Moving this to blk-mq.h. Applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html