[SCSI] bnx2i: use kthread_create_on_node()
authorEric Dumazet <[email protected]>
Thu, 2 Feb 2012 13:03:22 +0000 (14:03 +0100)
committerJames Bottomley <[email protected]>
Sun, 19 Feb 2012 14:09:01 +0000 (08:09 -0600)
commit93713f3bf1d74c57ff851d17de54bb273d94210c
tree99ce2b0207e67ee0ea31485f0e9a3712e9c1b313
parent1ec90174bdb4d8798299aebdcc078c3ac7e2e2c4
[SCSI] bnx2i: use kthread_create_on_node()

bnx2i_percpu_thread_create() create per cpu kthread, and should use
proper NUMA aware API.

Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Eddie Wai <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/bnx2i/bnx2i_init.c