]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd7a0d8deb182f6a80744b979acbfb2ae9ec6bff
tree8acfcce42d5d81e4ce993c078985bfc3789bf2c5
parentd13d92fb4161877267aaabc774fb7ef6e5f93191
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