From: Jens Axboe Date: Tue, 27 May 2014 18:06:53 +0000 (-0600) Subject: blk-mq: pass in suggested NUMA node to ->alloc_hctx() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~49^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14bbe77a96bb979dc539d8308ee18a9363a544f;p=pandora-kernel.git blk-mq: pass in suggested NUMA node to ->alloc_hctx() Drivers currently have to figure this out on their own, and they are missing information to do it properly. The ones that did attempt to do it, do it wrong. So just pass in the suggested node directly to the alloc function. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed