Skip to content
Commit a86073e4 authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: allocate cpumask on the home node



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: default avatarJens Axboe <axboe@fb.com>
parent b65c7491
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment