net/ipv6: Remove fib6_idev
authorDavid Ahern <dsahern@gmail.com>
Wed, 18 Apr 2018 22:39:05 +0000 (15:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:40:13 +0000 (15:40 -0400)
commitdcd1f572954f9d66d7b4a65df894ed5b4c467368
treeb675efd13731ea03461fbf7f66d85bf6a6bf37b6
parent647d4c1363a85bec63ecf929d4ab4aae78b2a960
net/ipv6: Remove fib6_idev

fib6_idev can be obtained from __in6_dev_get on the nexthop device
rather than caching it in the fib6_info. Remove it.

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