Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271071
b: refs/heads/master
c: 5c609ff
h: refs/heads/master
i:
  271069: 834aa77
  271067: d3e1d1f
  271063: 15093c1
  271055: 450bc6f
  271039: 9491b77
v: v3
  • Loading branch information
Eric Dumazet authored and James Bottomley committed Oct 2, 2011
1 parent b0f6dd8 commit dc8add1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05a2a17317b48eb16a167c8c2932ba7b3cdee89e
refs/heads/master: 5c609ff937a91cf09b1f8d7612cd00bc046c27f7
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dc8add1

Please sign in to comment.