From: Alexey Dobriyan Date: Wed, 25 Nov 2009 23:40:35 +0000 (-0800) Subject: net: convert /proc/net/rt_acct to seq_file X-Git-Tag: v2.6.33-rc1~388^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a661c4199b300503dae694efa21f1354f763b97c;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed