[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.
authorDenis V. Lunev <den@openvz.org>
Thu, 3 Apr 2008 21:22:32 +0000 (14:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Apr 2008 21:22:32 +0000 (14:22 -0700)
This call is nothing common with INET connection sockets code. It
simply creates an unhashes kernel sockets for protocol messages.

Move the new call into af_inet.c after the rename.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found