Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321775
b: refs/heads/master
c: 6c723a6
h: refs/heads/master
i:
  321773: 665eb20
  321771: 1f3799f
  321767: 5d6087c
  321759: f724436
v: v3
  • Loading branch information
Shlomo Pongratz authored and Roland Dreier committed Aug 14, 2012
1 parent 74567db commit e8c6953
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fa16ebed31f336e41970f3f0ea9e8279f6be2d27
refs/heads/master: 6c723a68c661008adf415ee90efe5f737e928ce0
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ void ipoib_neigh_free(struct ipoib_neigh *neigh)
for (n = rcu_dereference_protected(*np,
lockdep_is_held(&ntbl->rwlock));
n != NULL;
n = rcu_dereference_protected(neigh->hnext,
n = rcu_dereference_protected(*np,
lockdep_is_held(&ntbl->rwlock))) {
if (n == neigh) {
/* found */
Expand Down

0 comments on commit e8c6953

Please sign in to comment.