Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187961
b: refs/heads/master
c: 49f5fcf
h: refs/heads/master
i:
  187959: 6158374
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Mar 7, 2010
1 parent c329605 commit 56d5519
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: 0c9a2ac1f8a2e55b3382dfc27256878a58ea49e9
refs/heads/master: 49f5fcfd4ac3df24aa66520e1c5f37db5dfa8c10
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static struct net_bridge_mdb_entry *__br_mdb_ip_get(
struct net_bridge_mdb_entry *mp;
struct hlist_node *p;

hlist_for_each_entry(mp, p, &mdb->mhash[hash], hlist[mdb->ver]) {
hlist_for_each_entry_rcu(mp, p, &mdb->mhash[hash], hlist[mdb->ver]) {
if (dst == mp->addr)
return mp;
}
Expand Down

0 comments on commit 56d5519

Please sign in to comment.