]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse()
authorMartin Josefsson <gandalf@wlug.westbo.se>
Mon, 30 Oct 2006 23:13:58 +0000 (15:13 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 30 Oct 2006 23:24:46 +0000 (15:24 -0800)
commitd1fd6dc5a5800f319849faeaf728313d36915136
tree72e0b8d7693035f417cdf0bf3ed754d51cef9ee5
parent476d54d281f1dd1e168551f08085d2b73d8a5ce7
[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 <gandalf@wlug.westbo.se>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_core.c