]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ipv6: constify rt6_nexthop()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 24 Jun 2019 14:01:08 +0000 (16:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 20:26:08 +0000 (13:26 -0700)
commit9b1c1ef13b35fa35051b635ca9fbda39fe6bbc70
treec0c49d78a531b98f9d9c7e593591cfb46e87a493
parent22e72b5e049b95789b34a4cef316c791e7c2fed5
ipv6: constify rt6_nexthop()

There is no functional change in this patch, it only prepares the next one.

rt6_nexthop() will be used by ip6_dst_lookup_neigh(), which uses const
variables.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reported-by: kbuild test robot <lkp@intel.com>
Acked-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
include/net/ip6_route.h
net/bluetooth/6lowpan.c
net/ipv6/ip6_output.c
net/netfilter/nf_flow_table_ip.c