From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 2.6.25] net: move trie_local and trie_main into the proc iterator Date: Fri, 07 Dec 2007 00:48:11 -0800 (PST) Message-ID: <20071207.004811.07703526.davem@davemloft.net> References: <20071206150012.GA22475@iris.sw.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20071206150012.GA22475@iris.sw.ru> Sender: netdev-owner@vger.kernel.org To: den@openvz.org Cc: containers@lists.osdl.org, devel@openvz.org, netdev@vger.kernel.org, ebiederm@xmission.com List-Id: containers.vger.kernel.org From: "Denis V. Lunev" Date: Thu, 6 Dec 2007 18:00:12 +0300 > From: Eric W. Biederman > > We only use these variables when displaying the trie in proc so > place them into the iterator to make this explicit. We should > probably do something smarter to handle the CONFIG_IP_MULTIPLE_TABLES > case but at least this makes it clear that the silliness is limited > to the display in /proc. > > Signed-off-by: Eric W. Biederman > Signed-off-by: Denis V. Lunev Applied.