From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH RESEND]: conntrack: kill destroy() in nf_conntrack for diet Date: Tue, 20 Mar 2007 02:06:35 +0100 Message-ID: <45FF339B.5030202@trash.net> References: <200703200057.l2K0vXrV009665@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org To: Yasuyuki KOZAKAI Return-path: In-Reply-To: <200703200057.l2K0vXrV009665@toshiba.co.jp> 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 Yasuyuki KOZAKAI wrote: > The destructor per conntrack is unnecessary, then this replaces it with > system wide destructor. > > Signed-off-by: Yasuyuki Kozakai > --- > include/linux/skbuff.h | 7 +------ > net/ipv4/netfilter/ip_conntrack_core.c | 4 +++- > net/netfilter/core.c | 19 ++++++++++++++++++- > net/netfilter/nf_conntrack_core.c | 4 +++- > 4 files changed, 25 insertions(+), 9 deletions(-) Thanks Yasuyuki, but this still doesn't apply to net-2.6.22 since ip_conntrack got removed and there are also rejects in net/netfilter/core.c. Please rediff against Dave's net-2.6.22 tree, thanks.