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:
e3a2b3f
)
blk-mq: initialize q->nr_requests after calling blk_queue_make_request()
author
Jens Axboe
<axboe@fb.com>
Tue, 20 May 2014 21:17:27 +0000
(15:17 -0600)
committer
Jens Axboe
<axboe@fb.com>
Tue, 20 May 2014 21:17:27 +0000
(15:17 -0600)
blk_queue_make_requests() overwrites our set value for q->nr_requests,
turning it into the default of 128. Set this appropriately after
initializing queue values in blk_queue_make_request().
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
patch
|
blob
|
history
diff --cc
block/blk-mq.c
Simple merge