From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 2/2] move unneeded data to initdata section Date: Tue, 13 Nov 2007 03:24:15 -0800 (PST) Message-ID: <20071113.032415.57038512.davem@davemloft.net> References: <20071107120100.GA10185@iris.sw.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20071107120100.GA10185@iris.sw.ru> Sender: netdev-owner@vger.kernel.org To: den@openvz.org Cc: devel@openvz.org, containers@lists.osdl.org, netdev@vger.kernel.org, clg@fr.ibm.com, benjamin.thery@bull.net List-Id: containers.vger.kernel.org From: "Denis V. Lunev" Date: Wed, 7 Nov 2007 15:01:00 +0300 > This patch reverts Eric's commit 2b008b0a8e96b726c603c5e1a5a7a509b5f61e35 > > It diets .text & .data section of the kernel if CONFIG_NET_NS is not set. > This is safe after list operations cleanup. > > Signed-of-by: Denis V. Lunev Applied, thanks Denis.