commit | 28b18b39c5a7df75ff657bd9e09f3b8091651e61 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Mar 21 10:16:54 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 21 10:16:54 2019 -0700 |
tree | 2abf4b6c8087a0daec60320bb46b029918f276b4 | |
parent | a88c26f671b0860cc93c654d45f472e43831fb33 [diff] | |
parent | c7a1ce397adacaf5d4bb2eab0a738b5f80dc3e43 [diff] |
Merge branch 'ipv6-Change-addrconf_f6i_alloc-to-use-ip6_route_info_create' David Ahern says: ==================== ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create addrconf_f6i_alloc is the last caller of fib6_info_alloc besides ip6_route_info_create. There really is no good reason for it do its own fib6_info initialization, so convert it to call ip6_route_info_create. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>