From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next 09/11] netfilter: proto: move initial codes out of pernet_operations Date: Wed, 23 Jan 2013 14:14:48 +0100 Message-ID: <20130123131448.GI13799@1984> References: <1358842234-15005-1-git-send-email-gaofeng@cn.fujitsu.com> <1358842234-15005-9-git-send-email-gaofeng@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, kaber@trash.net, canqunzhang@gmail.com, ebiederm@xmission.com To: Gao feng Return-path: Received: from mail.us.es ([193.147.175.20]:53437 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233Ab3AWNOw (ORCPT ); Wed, 23 Jan 2013 08:14:52 -0500 Content-Disposition: inline In-Reply-To: <1358842234-15005-9-git-send-email-gaofeng@cn.fujitsu.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jan 22, 2013 at 04:10:32PM +0800, Gao feng wrote: > Move the global initial codes to the module_init/exit context. Also applied.