ipv6: constify inet6_csk_route_req() socket argument
authorEric Dumazet <edumazet@google.com>
Fri, 25 Sep 2015 14:39:13 +0000 (07:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 20:00:37 +0000 (13:00 -0700)
commit30d50c61df94bc8d7700272ea09a716e0af8b58b
treeab3fd2ad8cabd017010c1748dd39c9b43b097b79
parent3aef934f4d4b97532c333d9c1f5f73fb80aeb459
ipv6: constify inet6_csk_route_req() socket argument

socket is not modified, make it const so that callers can
do the same if they need.

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