Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72283
b: refs/heads/master
c: 69fc507
h: refs/heads/master
i:
  72281: 82c63fb
  72279: 9d9973f
v: v3
  • Loading branch information
Anton Blanchard authored and Roland Dreier committed Oct 16, 2007
1 parent 5791b4a commit eb72f2d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d02d1f5359e795bac9a4461698521680cddd782b
refs/heads/master: 69fc507a1424ce31d2096be5b1e5b1750bdfe235
6 changes: 4 additions & 2 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ void ipoib_reap_ah(struct work_struct *work)
__ipoib_reap_ah(dev);

if (!test_bit(IPOIB_STOP_REAPER, &priv->flags))
queue_delayed_work(ipoib_workqueue, &priv->ah_reap_task, HZ);
queue_delayed_work(ipoib_workqueue, &priv->ah_reap_task,
round_jiffies_relative(HZ));
}

int ipoib_ib_dev_open(struct net_device *dev)
Expand Down Expand Up @@ -472,7 +473,8 @@ int ipoib_ib_dev_open(struct net_device *dev)
}

clear_bit(IPOIB_STOP_REAPER, &priv->flags);
queue_delayed_work(ipoib_workqueue, &priv->ah_reap_task, HZ);
queue_delayed_work(ipoib_workqueue, &priv->ah_reap_task,
round_jiffies_relative(HZ));

set_bit(IPOIB_FLAG_INITIALIZED, &priv->flags);

Expand Down

0 comments on commit eb72f2d

Please sign in to comment.