Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34341
b: refs/heads/master
c: 5ccd025
h: refs/heads/master
i:
  34339: 5652851
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Sep 22, 2006
1 parent 262457e commit f2fb89b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d0df6d6d4539241179a1ef5394787825bf05bbce
refs/heads/master: 5ccd025553d73e523212ee0860b7f4a75e886bfa
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,10 @@ void ipoib_ib_dev_flush(void *_dev)
* The device could have been brought down between the start and when
* we get here, don't bring it back up if it's not configured up
*/
if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) {
ipoib_ib_dev_up(dev);
ipoib_mcast_restart_task(dev);
}

mutex_lock(&priv->vlan_mutex);

Expand Down

0 comments on commit f2fb89b

Please sign in to comment.