Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194566
b: refs/heads/master
c: ff65e82
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Apr 27, 2010
1 parent 89a9dbd commit ac56260
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: 87b6cf51acb4999fff7e6841986874b108679cb4
refs/heads/master: ff65e8275f6c96a5eda57493bd84c4555decf7b3
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ static void br_multicast_add_router(struct net_bridge *br,
struct net_bridge_port *p;
struct hlist_node *n, *last = NULL;

hlist_for_each_entry(p, n, &br->router_list, rlist) {
hlist_for_each_entry_rcu(p, n, &br->router_list, rlist) {
if ((unsigned long) port >= (unsigned long) p) {
hlist_add_before_rcu(n, &port->rlist);
return;
Expand Down

0 comments on commit ac56260

Please sign in to comment.