commit | 60f0438a87cfd9f5faa439ca419497cd64e4c59e | [log] [tgz] |
---|---|---|
author | Pavel Emelianov <xemul@openvz.org> | Mon Jul 09 13:15:14 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 10 22:18:49 2007 -0700 |
tree | 8ab1a0bbe0ad19eafe3418dc0f3991d870b501c7 | |
parent | 9af97186fcc9a1d9bbf195eb4bc2399d0dd66223 [diff] |
[NET]: Make some network-related proc files use seq_list_xxx helpers This includes /proc/net/protocols, /proc/net/rxrpc_calls and /proc/net/rxrpc_connections files. All three need seq_list_start_head to show some header. Signed-off-by: Pavel Emelianov <xemul@openvz.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>