]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd40ec66fd70848d9296381fde1f24092871e2a5e
treeab3fd2ad8cabd017010c1748dd39c9b43b097b79
parent75d0aa789171db31e7d4926b894665e0d8b1ccd5
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