]> 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)
commit563736cb3a2dc21e90fe9eb5ceb5982af4552942
treeab3fd2ad8cabd017010c1748dd39c9b43b097b79
parenta9b7effb437403473b0f6dc95fd8d0a4aa08f81a
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