From: Eric Dumazet Date: Mon, 4 Jun 2012 23:15:42 +0000 (-0700) Subject: [SCSI] bnx2fc: use kthread_create_on_node X-Git-Tag: v3.6-rc1~103^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69614270e19cc0ea1be6539f99b59b0dd0be142a;p=pandora-kernel.git [SCSI] bnx2fc: use kthread_create_on_node Since bnx2fc_percpu_thread_create() creates percpu kthread, it makes sense to use kthread_create_on_node() to get proper NUMA affinity for kthread stack. Signed-off-by: Eric Dumazet Signed-off-by: Bhanu Prakash Gollapudi Signed-off-by: James Bottomley --- Reading git-diff-tree failed