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

Update rt6_insert_exception to take a fib6_result over a fib6_info.
Change ort to f6i from the fib6_result and rename to better reflect
what it references (a fib6_info).

Since this function is already getting changed, update the comments
to reference fib6_info variables rather than the older rt6_info.

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