Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316756
b: refs/heads/master
c: 6961427
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and James Bottomley committed Jul 20, 2012
1 parent 0c49013 commit 7fdfa9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6072609d9bb91ff54aee3ef29304bd5b4fc88aae
refs/heads/master: 69614270e19cc0ea1be6539f99b59b0dd0be142a
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2290,9 +2290,9 @@ static void bnx2fc_percpu_thread_create(unsigned int cpu)

p = &per_cpu(bnx2fc_percpu, cpu);

thread = kthread_create(bnx2fc_percpu_io_thread,
(void *)p,
"bnx2fc_thread/%d", cpu);
thread = kthread_create_on_node(bnx2fc_percpu_io_thread,
(void *)p, cpu_to_node(cpu),
"bnx2fc_thread/%d", cpu);
/* bind thread to the cpu */
if (likely(!IS_ERR(thread))) {
kthread_bind(thread, cpu);
Expand Down

0 comments on commit 7fdfa9b

Please sign in to comment.