From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [NETFILTER 04/05]: nf_conntrack: add missing unlock in get_next_corpse() Date: Mon, 30 Oct 2006 15:14:05 -0800 (PST) Message-ID: <20061030.151405.85390415.davem@davemloft.net> References: <20061030181853.32038.97693.sendpatchset@localhost.localdomain> <20061030181859.32038.61354.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: <20061030181859.32038.61354.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: Mon, 30 Oct 2006 19:19:01 +0100 (MET) > [NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse() > > Add missing unlock in get_next_corpse() in nf_conntrack. It was missed > during the removal of listhelp.h . Also remove an unneeded use of > nf_ct_tuplehash_to_ctrack() in the same function. > > Should be applied before 2.6.19 is released. > > Signed-off-by: Martin Josefsson > Signed-off-by: Patrick McHardy Applied.