Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_ro…
…uter()" This reverts commit ff65e82. 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>
- Loading branch information