From: Jens Axboe Date: Fri, 6 Jun 2014 17:03:48 +0000 (-0600) Subject: blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6be4fb4bcb396fc3b1c134b7863351972de081f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed