blk-mq: remember to start timeout handler for direct queue
authorJens Axboe <axboe@fb.com>
Fri, 30 May 2014 21:42:56 +0000 (15:42 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 30 May 2014 21:42:56 +0000 (15:42 -0600)
commitfeff6894128e4bb3c903ce247edc5bd3a1b09fc9
tree6cdde3f520e915d560dd8bc056d3cfe6d2e7ae52
parentc7bca4183f73f9d013ea8ae572528b48b5e1ee42
blk-mq: remember to start timeout handler for direct queue

Commit 07068d5b8e added a direct-to-hw-queue mode, but this mode
needs to remember to add the request timeout handler as well.
Without it, we don't track timeouts for these requests.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c