[NET]: Make some network-related proc files use seq_list_xxx helpers
authorPavel Emelianov <xemul@openvz.org>
Mon, 9 Jul 2007 20:15:14 +0000 (13:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:18:49 +0000 (22:18 -0700)
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>

No differences found