[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)
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

diff --cc net/dccp/ipv4.c
Simple merge