From: Jens Axboe Date: Mon, 13 Oct 2014 21:41:54 +0000 (-0600) Subject: blk-mq: allocate cpumask on the home node X-Git-Tag: fixes-against-v3.18-rc2~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86073e48ae85c9b50127facb0cc45bbd35972a1;p=pandora-kernel.git 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: Jens Axboe --- Reading git-diff-tree failed