seq_file: add RCU versions of new hlist/list iterators (v3)
authorstephen hemminger <shemminger@vyatta.com>
Mon, 22 Feb 2010 07:57:17 +0000 (07:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Feb 2010 23:45:54 +0000 (15:45 -0800)
Many usages of seq_file use RCU protected lists, so non RCU
iterators will not work safely.

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

No differences found