From: David S. Miller Date: Thu, 21 Mar 2019 17:16:54 +0000 (-0700) Subject: Merge branch 'ipv6-Change-addrconf_f6i_alloc-to-use-ip6_route_info_create' X-Git-Tag: v5.2-rc1~133^2~337 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=28b18b39c5a7df75ff657bd9e09f3b8091651e61;p=linux.git 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 --- 28b18b39c5a7df75ff657bd9e09f3b8091651e61