From dc8add19d752ad18cde16b9a285baa0526d4cb24 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 27 Sep 2011 21:37:52 -0700 Subject: [PATCH] --- yaml --- r: 271071 b: refs/heads/master c: 5c609ff937a91cf09b1f8d7612cd00bc046c27f7 h: refs/heads/master i: 271069: 834aa7726160b817ea13b41428ba2ca4ef188cce 271067: d3e1d1ffa6b7490835700350c3dc728e72d99360 271063: 15093c1e65fdd35da23473ee74e79a8fc4f734ae 271055: 450bc6f0abed48b3c2a5a7b1b4a446b0c5c534a5 271039: 9491b774fc569ff26188d826540ebb1dd7f3db1a v: v3 --- [refs] | 2 +- trunk/drivers/scsi/fcoe/fcoe.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6856f849fc3b..6627ade6484f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05a2a17317b48eb16a167c8c2932ba7b3cdee89e +refs/heads/master: 5c609ff937a91cf09b1f8d7612cd00bc046c27f7 diff --git a/trunk/drivers/scsi/fcoe/fcoe.c b/trunk/drivers/scsi/fcoe/fcoe.c index c30fa27402d9..010432596eaf 100644 --- a/trunk/drivers/scsi/fcoe/fcoe.c +++ b/trunk/drivers/scsi/fcoe/fcoe.c @@ -1113,8 +1113,9 @@ static void fcoe_percpu_thread_create(unsigned int cpu) p = &per_cpu(fcoe_percpu, cpu); - thread = kthread_create(fcoe_percpu_receive_thread, - (void *)p, "fcoethread/%d", cpu); + thread = kthread_create_on_node(fcoe_percpu_receive_thread, + (void *)p, cpu_to_node(cpu), + "fcoethread/%d", cpu); if (likely(!IS_ERR(thread))) { kthread_bind(thread, cpu);