From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] remove __net_initdata attribute Date: Fri, 26 Oct 2007 04:34:34 -0700 (PDT) Message-ID: <20071026.043434.205673741.davem@davemloft.net> References: <20071026095652.GA8788@iris.sw.ru> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20071026095652.GA8788@iris.sw.ru> Sender: netdev-owner@vger.kernel.org To: den@openvz.org Cc: devel@openvz.org, netdev@vger.kernel.org, containers@lists.osdl.org, benjamin.thery@bull.net, clg@fr.ibm.com List-Id: containers.vger.kernel.org From: "Denis V. Lunev" Date: Fri, 26 Oct 2007 13:56:52 +0400 > The discussion with Eric W. Biederman reveals that the concept for > __net_initdata is bogus. The ->exit method of pernet_operations > should be called during module exit. > > So, discard this attribute. > > Signed-off-by: Denis V. Lunev Exactly what I just asked for :-) Applied, thanks!