[SCSI] fcoe: use kthread_create_on_node
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 28 Sep 2011 04:37:52 +0000 (21:37 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 2 Oct 2011 17:53:40 +0000 (12:53 -0500)
commit5c609ff937a91cf09b1f8d7612cd00bc046c27f7
tree5f5620257b243c61b28c555c770445cad819eaca
parent05a2a17317b48eb16a167c8c2932ba7b3cdee89e
[SCSI] fcoe: use kthread_create_on_node

Since fcoe_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: Yi Zou <yi.zou@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/fcoe/fcoe.c