Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14907
b: refs/heads/master
c: 4f71055
h: refs/heads/master
i:
  14905: 9f89bc8
  14903: 57cbb84
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Nov 29, 2005
1 parent cb09cdb commit 8d2e2bc
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2e86541ec878de9ec5771600a77f451a80bebfc4
refs/heads/master: 4f71055a45a503273c039d80db8ba9b13cb17549
4 changes: 4 additions & 0 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,13 @@ void ipoib_ib_dev_flush(void *_dev)
if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
ipoib_ib_dev_up(dev);

down(&priv->vlan_mutex);

/* Flush any child interfaces too */
list_for_each_entry(cpriv, &priv->child_intfs, list)
ipoib_ib_dev_flush(&cpriv->dev);

up(&priv->vlan_mutex);
}

void ipoib_ib_dev_cleanup(struct net_device *dev)
Expand Down

0 comments on commit 8d2e2bc

Please sign in to comment.