inet: constify inet_csk_route_child_sock() socket argument
authorEric Dumazet <edumazet@google.com>
Tue, 29 Sep 2015 14:42:43 +0000 (07:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:08 +0000 (16:53 -0700)
commita2432c4fa5e3c4c06df6efe0c406b6f575829a7b
tree5fa4bcaeb177c1b342ce178509b0210ef32c4a1c
parentf76b33c32b1913dd8909d8509f2726b1661aa6b1
inet: constify inet_csk_route_child_sock() socket argument

The socket points to the (shared) listener.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h
net/ipv4/inet_connection_sock.c