From: Pablo Neira Ayuso Date: Tue, 6 Sep 2005 22:10:46 +0000 (-0700) Subject: [NETFILTER]: kill __ip_ct_expect_unlink_destroy X-Git-Tag: v2.6.14-rc1~529^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49719eb355d32fa07793017b4b46b1c02e88b275;p=pandora-kernel.git [NETFILTER]: kill __ip_ct_expect_unlink_destroy The following patch kills __ip_ct_expect_unlink_destroy and export unlink_expect as ip_ct_unlink_expect. As it was discussed [1], the function __ip_ct_expect_unlink_destroy is a bit confusing so better do the following sequence: ip_ct_destroy_expect and ip_conntrack_expect_put. [1] https://lists.netfilter.org/pipermail/netfilter-devel/2005-August/020794.html Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed