Re: [PATCH net-next] net/ipv6: Remove rt6i_prefsrc

2018-09-10 Thread David Miller
From: dsah...@kernel.org Date: Mon, 10 Sep 2018 09:11:28 -0700 > From: David Ahern > > After the conversion to fib6_info, rt6i_prefsrc has a single user that > reads the value and otherwise it is only set. The one reader can be > converted to use rt->from so rt6i_prefsrc can be removed, reducing

[PATCH net-next] net/ipv6: Remove rt6i_prefsrc

2018-09-10 Thread dsahern
From: David Ahern After the conversion to fib6_info, rt6i_prefsrc has a single user that reads the value and otherwise it is only set. The one reader can be converted to use rt->from so rt6i_prefsrc can be removed, reducing rt6_info by another 20 bytes. Signed-off-by: David Ahern --- drivers/s