Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358868
b: refs/heads/master
c: f72dd56
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Feb 25, 2013
1 parent 3bd64a6 commit 6e3837c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5a2815f03c0fd5a091c95af93b7f1a17a971ac20
refs/heads/master: f72dd56690aba26fc87fc64e98dd4cc66f27122c
3 changes: 3 additions & 0 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ static void path_rec_completion(int status,

spin_unlock_irqrestore(&priv->lock, flags);

if (IS_ERR_OR_NULL(ah))
ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw);

if (old_ah)
ipoib_put_ah(old_ah);

Expand Down

0 comments on commit 6e3837c

Please sign in to comment.