Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18304
b: refs/heads/master
c: 70b4c8c
h: refs/heads/master
v: v3
  • Loading branch information
Eli Cohen authored and Roland Dreier committed Jan 10, 2006
1 parent 8e33995 commit 6b7c6c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: cf311cd49a78f1e431787068cc31d29d06a415e6
refs/heads/master: 70b4c8cdc168bb5d18e23fd205c4ede1b756a8b2
8 changes: 5 additions & 3 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,11 @@ void ipoib_mcast_dev_flush(struct net_device *dev)
&priv->multicast_tree);

list_add_tail(&priv->broadcast->list, &remove_list);
}

priv->broadcast = nmcast;
priv->broadcast = nmcast;
} else
ipoib_warn(priv, "could not reallocate broadcast group "
IPOIB_GID_FMT "\n",
IPOIB_GID_ARG(priv->broadcast->mcmember.mgid));
}

spin_unlock_irqrestore(&priv->lock, flags);
Expand Down

0 comments on commit 6b7c6c8

Please sign in to comment.