]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - block/blk-mq.c
blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()
authorJens Axboe <axboe@fb.com>
Fri, 6 Jun 2014 17:03:48 +0000 (11:03 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 6 Jun 2014 17:05:25 +0000 (11:05 -0600)
commitf6be4fb4bcb396fc3b1c134b7863351972de081f
tree26805801b0e62474c4e70bfbf5e32512d6271efa
parent3b632cf0eaa2e89a12c18f043e6e7c5bcc003645
blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()

It'll be used in blk_mq_start_request() to set a potential timeout
for the request, so clear it to zero at alloc time to ensure that
we know if someone has set it or not.

Fixes random early timeouts on NVMe testing.

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