From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/ipv6: Remove rt6i_prefsrc Date: Mon, 10 Sep 2018 10:02:36 -0700 (PDT) Message-ID: <20180910.100236.526826783714333491.davem@davemloft.net> References: <20180910161128.25520-1-dsahern@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, lucien.xin@gmail.com, dsahern@gmail.com To: dsahern@kernel.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:35576 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727772AbeIJV5i (ORCPT ); Mon, 10 Sep 2018 17:57:38 -0400 In-Reply-To: <20180910161128.25520-1-dsahern@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: dsahern@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 > rt6_info by another 20 bytes. > > Signed-off-by: David Ahern Applied, thanks David.