blk-mq: allocate cpumask on the home node
authorJens Axboe <axboe@fb.com>
Mon, 13 Oct 2014 21:41:54 +0000 (15:41 -0600)
committerJens 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