commit | 30d50c61df94bc8d7700272ea09a716e0af8b58b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Sep 25 07:39:13 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 13:00:37 2015 -0700 |
tree | ab3fd2ad8cabd017010c1748dd39c9b43b097b79 | |
parent | 3aef934f4d4b97532c333d9c1f5f73fb80aeb459 [diff] |
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>