Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27096
b: refs/heads/master
c: 50ff06d
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 5, 2006
1 parent d272715 commit dc2185f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae5de0ff0bc24664a053109c6caa782ba2ad7c53
refs/heads/master: 50ff06d1546d7f492068dd5196c26bf2cc5080b1
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ static void ipoib_ib_handle_wc(struct net_device *dev,
spin_lock_irqsave(&priv->tx_lock, flags);
++priv->tx_tail;
if (netif_queue_stopped(dev) &&
test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags) &&
priv->tx_head - priv->tx_tail <= ipoib_sendq_size >> 1)
netif_wake_queue(dev);
spin_unlock_irqrestore(&priv->tx_lock, flags);
Expand Down

0 comments on commit dc2185f

Please sign in to comment.