]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
[SCSI] bnx2fc: use kthread_create_on_node
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 4 Jun 2012 23:15:42 +0000 (16:15 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 20 Jul 2012 07:58:14 +0000 (08:58 +0100)
commit69614270e19cc0ea1be6539f99b59b0dd0be142a
treec3663ef41a5c6d9a1569e13a70778df1058d5b5e
parent6072609d9bb91ff54aee3ef29304bd5b4fc88aae
[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 <eric.dumazet@gmail.com>
Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c