Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44401
b: refs/heads/master
c: 82b3991
h: refs/heads/master
i:
  44399: 49d0ced
v: v3
  • Loading branch information
Roland Dreier committed Dec 12, 2006
1 parent b4fe4d7 commit e1a867f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5180311fe93842e9e16eb7297cfc4aded752ab33
refs/heads/master: 82b399133b6ebf667ee635fc69ef26b61eede4bc
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,6 @@ static void neigh_add_path(struct sk_buff *skb, struct net_device *dev)
return;
}

skb_queue_head_init(&neigh->queue);

/*
* We can only be called from ipoib_start_xmit, so we're
* inside tx_lock -- no need to save/restore flags.
Expand Down Expand Up @@ -806,6 +804,7 @@ struct ipoib_neigh *ipoib_neigh_alloc(struct neighbour *neighbour)

neigh->neighbour = neighbour;
*to_ipoib_neigh(neighbour) = neigh;
skb_queue_head_init(&neigh->queue);

return neigh;
}
Expand Down

0 comments on commit e1a867f

Please sign in to comment.