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:
b65c749
)
blk-mq: allocate cpumask on the home node
author
Jens Axboe
<axboe@fb.com>
Mon, 13 Oct 2014 21:41:54 +0000
(15:41 -0600)
committer
Jens Axboe
<axboe@fb.com>
Mon, 13 Oct 2014 21:41:54 +0000
(15:41 -0600)
All other allocs are done on the specific node, somehow the
cpumask for hw queue runs was missed. Fix that by using
zalloc_cpumask_var_node() in blk_mq_init_queue().
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found