commit | 709b9326ef6fc1b7e379d47d5f39ebc27dad3f4d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Apr 27 16:49:58 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 27 16:49:58 2010 -0700 |
tree | 5f0355d2f858d641317f856f8a369bc0f54c59af | |
parent | 2a1f8794161d9d5d46881160279df62767197526 [diff] |
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()" 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>