From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [NETFILTER 2/3] xt_hashlimit: remove unneeded struct member Date: Tue, 19 Feb 2008 13:51:05 +0100 Message-ID: <47BAD0B9.7090104@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, Netfilter Developer Mailing List To: Jan Engelhardt Return-path: Received: from viefep20-int.chello.at ([62.179.121.40]:48713 "EHLO viefep20-int.chello.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448AbYBSMvU (ORCPT ); Tue, 19 Feb 2008 07:51:20 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > commit 37d4e7f3a3f55274315c8a64bf9c005a0201ce3c > Author: Jan Engelhardt > Date: Tue Jan 29 16:30:58 2008 +0100 > > [NETFILTER]: xt_hashlimit: remove unneeded struct member > > By allocating ->hinfo, we already have the needed indirection to cope > with the per-cpu xtables struct match_entry. Applied, thanks.