bridge: multicast router list manipulation
authorstephen hemminger <shemminger@vyatta.com>
Tue, 27 Apr 2010 07:13:11 +0000 (07:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 19:53:24 +0000 (12:53 -0700)
I prefer that the hlist be only accessed through the hlist macro
objects. Explicit twiddling of links (especially with RCU) exposes
the code to future bugs.

Compile tested only.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found