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)
commit5012f0a5944c9181fb4175561b7679a251eaf05a
tree91340feffc5863f4920a483e4f712af041332ba8
parent0d16158149ab6b02fcd945b2f5a5cf31262a445b
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