git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b632cf
)
blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()
author
Jens Axboe
<axboe@fb.com>
Fri, 6 Jun 2014 17:03:48 +0000
(11:03 -0600)
committer
Jens Axboe
<axboe@fb.com>
Fri, 6 Jun 2014 17:05:25 +0000
(11:05 -0600)
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
patch
|
blob
|
history
diff --cc
block/blk-mq.c
Simple merge