commit | e80516880019aa1f7c5c410276edfea9575ec89f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Nov 15 06:38:10 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 15 11:13:16 2010 -0800 |
tree | b17f51f56ef97e5a366f2f5bc3020935d8eb5def | |
parent | 8a22c99a80b0926585cfcbcc423ee2c49c1fd820 [diff] |
bridge: add RCU annotation to bridge multicast table Add modern __rcu annotatations to bridge multicast table. Use newer hlist macros to avoid direct access to hlist internals. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>