git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1f879
)
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"
author
David S. Miller
<davem@davemloft.net>
Tue, 27 Apr 2010 23:49:58 +0000
(16:49 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Apr 2010 23:49:58 +0000
(16:49 -0700)
This reverts commit
ff65e8275f6c96a5eda57493bd84c4555decf7b3
.
As explained by Stephen Hemminger, the traversal doesn't require
RCU handling as we hold a lock.
The list addition et al. calls, on the other hand, do.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found