[NET]: Make core networking code use seq_open_private
authorPavel Emelyanov <xemul@openvz.org>
Wed, 10 Oct 2007 09:29:29 +0000 (02:29 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:33 +0000 (16:55 -0700)
commitcf7732e4cc14b56d593ff53352673e1fd5e3ba52
tree3479e278b72f9d535a58066bc2a26238806252ce
parent39699037a5c94d7cd1363dfe48a50c78c643fd9a
[NET]: Make core networking code use seq_open_private

This concerns the ipv4 and ipv6 code mostly, but also the netlink
and unix sockets.

The netlink code is an example of how to use the __seq_open_private()
call - it saves the net namespace on this private.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
net/ipv4/arp.c
net/ipv4/fib_hash.c
net/ipv4/fib_trie.c
net/ipv4/igmp.c
net/ipv4/ipmr.c
net/ipv4/ipvs/ip_vs_ctl.c
net/ipv4/raw.c
net/ipv4/route.c
net/ipv6/addrconf.c
net/ipv6/anycast.c
net/ipv6/ip6_flowlabel.c
net/ipv6/mcast.c
net/ipv6/raw.c
net/netlink/af_netlink.c
net/unix/af_unix.c