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>
Mon, 30 Mar 2015 18:54:50 +0000 (12:54 -0600)
commit6dce4d0611e2f3200f9d07365242db8e3d7607d8
tree6a617c79b70c164d485ddd141c58b1af3e410065
parent12d4a6d47d683020be80cdac28a394a555fb2256
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