commit | 1cc523271ef0b6305c565a143e3d48f6fff826dd | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Mon Feb 22 07:57:17 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 22 15:45:54 2010 -0800 |
tree | 8acfcce42d5d81e4ce993c078985bfc3789bf2c5 | |
parent | 35e2da46d25a53e0e19956f533cc29272a6cceb2 [diff] |
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>