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)
commit1cc523271ef0b6305c565a143e3d48f6fff826dd
tree8acfcce42d5d81e4ce993c078985bfc3789bf2c5
parent35e2da46d25a53e0e19956f533cc29272a6cceb2
seq_file: add RCU versions of new hlist/list iterators (v3)

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>
fs/seq_file.c
include/linux/rculist.h
include/linux/seq_file.h