projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58463c1
)
cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.c
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Dec 2009 17:43:14 +0000
(11:43 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Dec 2009 01:13:16 +0000
(11:43 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: "James E.J. Bottomley" <James.Bottomley@suse.de>
Cc: Robert Love <robert.w.love@intel.com>
Cc: Chris Leech <christopher.leech@intel.com>
Cc: linux-scsi@vger.kernel.org
drivers/scsi/fcoe/fcoe.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/fcoe/fcoe.c
b/drivers/scsi/fcoe/fcoe.c
index a30ffaa1222c4fa3e1eb05b0f8f780bd10d5dbe8..51c24b37c60acbce0e84dd7b2c2df7ba2f9f97d5 100644
(file)
--- a/
drivers/scsi/fcoe/fcoe.c
+++ b/
drivers/scsi/fcoe/fcoe.c
@@
-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) {