[NETNS][DCCPV4]: Actually create ctl socket on each net and use it.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 14 Apr 2008 05:29:59 +0000 (22:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2008 05:29:59 +0000 (22:29 -0700)
commitb76c4b27fee9c88294d3152784291fc6f6d23401
treeafdaf5706f8d930d9ac5441ebdb6245e1a136fa7
parent7b1cffa8c90269dc3dc721d084d1e0d742d87c31
[NETNS][DCCPV4]: Actually create ctl socket on each net and use it.

Move the call to inet_ctl_sock_create to init callback (and
inet_ctl_sock_destroy to exit one) and use proper ctl sock
in dccp_v4_ctl_send_reset.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv4.c