]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init
authorDavid Ahern <dsahern@gmail.com>
Tue, 16 Apr 2019 21:36:04 +0000 (14:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Apr 2019 06:10:46 +0000 (23:10 -0700)
commit78b1dc8ac1d30054626fd0939fd424b963f78a6c
tree74d7e7fa1629823cc6b123c04e00bcbaefe28632
parent4aaec75f0073d07cdddb16434b63f26e6aefb2ba
ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init

Now that all callers are update to have a fib6_result, pass it down
to ip6_rt_get_dev_rcu, ip6_rt_copy_init, and ip6_rt_init_dst.

In the process, change ort to f6i in ip6_rt_copy_init to make it
clear it is a reference to a fib6_info.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c