From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [NETFILTER 02/12]: Clean up hook registration Date: Thu, 06 Apr 2006 14:12:01 -0700 (PDT) Message-ID: <20060406.141201.66577631.davem@davemloft.net> References: <20060406100452.17409.37120.sendpatchset@localhost.localdomain> <20060406100455.17409.91188.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: kaber@trash.net In-Reply-To: <20060406100455.17409.91188.sendpatchset@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org From: Patrick McHardy Date: Thu, 6 Apr 2006 12:04:55 +0200 (MEST) > [NETFILTER]: Clean up hook registration > > Clean up hook registration by makeing use of the new mass registration and > unregistration helpers. > > Signed-off-by: Patrick McHardy Nice cleanup, applied. Thanks.