commit | a661c4199b300503dae694efa21f1354f763b97c | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Nov 25 15:40:35 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 25 15:40:35 2009 -0800 |
tree | 706be22bf44642cd1109041f52fa9456cfdc77fe | |
parent | 09ad9bc752519cc167d0a573e1acf69b5c707c67 [diff] |
net: convert /proc/net/rt_acct to seq_file Rewrite statistics accumulation to be in terms of structure fields, not raw u32 additions. Keep them in same order, though. This is the last user of create_proc_read_entry() in net/, please NAK all new ones as well as all new ->write_proc, ->read_proc and create_proc_entry() users. Cc me if there are problems. :-) Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>