Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298278
b: refs/heads/master
c: fc05ab7
h: refs/heads/master
v: v3
  • Loading branch information
Neil Horman authored and James Bottomley committed Mar 28, 2012
1 parent 3f62b3e commit 27e4245
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 94aa29f28e748484de7acef09a0023846624a81c
refs/heads/master: fc05ab74b78a9e16b0faa9f0dc3c87f3f30d3231
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,13 @@ static int bnx2fc_rcv(struct sk_buff *skb, struct net_device *dev,
fr->fr_dev = lport;

bg = &bnx2fc_global;
spin_lock_bh(&bg->fcoe_rx_list.lock);
spin_lock(&bg->fcoe_rx_list.lock);

__skb_queue_tail(&bg->fcoe_rx_list, skb);
if (bg->fcoe_rx_list.qlen == 1)
wake_up_process(bg->thread);

spin_unlock_bh(&bg->fcoe_rx_list.lock);
spin_unlock(&bg->fcoe_rx_list.lock);

return 0;
err:
Expand Down

0 comments on commit 27e4245

Please sign in to comment.