From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next 07/11] netfilter: helper: move initial codes out of pernet_operations Date: Wed, 23 Jan 2013 14:14:09 +0100 Message-ID: <20130123131409.GG13799@1984> References: <1358842234-15005-1-git-send-email-gaofeng@cn.fujitsu.com> <1358842234-15005-7-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]:53228 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094Ab3AWNOM (ORCPT ); Wed, 23 Jan 2013 08:14:12 -0500 Content-Disposition: inline In-Reply-To: <1358842234-15005-7-git-send-email-gaofeng@cn.fujitsu.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jan 22, 2013 at 04:10:30PM +0800, Gao feng wrote: > Move the global initial codes to the module_init/exit context. Applied, thanks.