diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-mq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c index 71f564e8812e..5443aea36542 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c | |||
@@ -1217,6 +1217,7 @@ static void blk_mq_make_request(struct request_queue *q, struct bio *bio) | |||
1217 | 1217 | ||
1218 | blk_mq_bio_to_request(rq, bio); | 1218 | blk_mq_bio_to_request(rq, bio); |
1219 | blk_mq_start_request(rq, true); | 1219 | blk_mq_start_request(rq, true); |
1220 | blk_add_timer(rq); | ||
1220 | 1221 | ||
1221 | /* | 1222 | /* |
1222 | * For OK queue, we are done. For error, kill it. Any other | 1223 | * For OK queue, we are done. For error, kill it. Any other |