Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177986
b: refs/heads/master
c: 6957177
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Dec 17, 2009
1 parent e5ac1ff commit 60d5ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58463c1fe25f7c4183f30f06a5a86cb6cd9d8231
refs/heads/master: 6957177f5c3c0e51b9e90a1d7fadb3177a333949
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ int fcoe_rcv(struct sk_buff *skb, struct net_device *netdev,
"CPU.\n");

spin_unlock_bh(&fps->fcoe_rx_list.lock);
cpu = first_cpu(cpu_online_map);
cpu = cpumask_first(cpu_online_mask);
fps = &per_cpu(fcoe_percpu, cpu);
spin_lock_bh(&fps->fcoe_rx_list.lock);
if (!fps->thread) {
Expand Down

0 comments on commit 60d5ba7

Please sign in to comment.