Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194574
b: refs/heads/master
c: 709b932
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Apr 27, 2010
1 parent b768d3c commit 2d5d8dd
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: 2a1f8794161d9d5d46881160279df62767197526
refs/heads/master: 709b9326ef6fc1b7e379d47d5f39ebc27dad3f4d
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_rcu(p, n, &br->router_list, rlist) {
hlist_for_each_entry(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 2d5d8dd

Please sign in to comment.