Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14903
b: refs/heads/master
c: 65c7edd
h: refs/heads/master
i:
  14901: 8dacb6b
  14899: f2e9e7d
  14895: d1ba04c
v: v3
  • Loading branch information
Roland Dreier committed Nov 29, 2005
1 parent c332a71 commit 57cbb84
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bf6d9e23a36c8a01bf6fbb945387d8ca3870ff71
refs/heads/master: 65c7eddaba33995e013ef3c04718f6dc8fdf2335
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ static struct ipoib_path *path_rec_create(struct net_device *dev,
skb_queue_head_init(&path->queue);

INIT_LIST_HEAD(&path->neigh_list);
init_completion(&path->done);

memcpy(path->pathrec.dgid.raw, gid->raw, sizeof (union ib_gid));
path->pathrec.sgid = priv->local_gid;
Expand All @@ -446,6 +445,8 @@ static int path_rec_start(struct net_device *dev,
ipoib_dbg(priv, "Start path record lookup for " IPOIB_GID_FMT "\n",
IPOIB_GID_ARG(path->pathrec.dgid));

init_completion(&path->done);

path->query_id =
ib_sa_path_rec_get(priv->ca, priv->port,
&path->pathrec,
Expand Down

0 comments on commit 57cbb84

Please sign in to comment.