From: Pablo Neira Ayuso Date: Tue, 6 Sep 2005 22:10:23 +0000 (-0700) Subject: [NETFILTER]: Don't increase master refcount on expectations X-Git-Tag: v2.6.14-rc1~529^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c46e2e60da0b43a1e8740729737318862f64eb;p=pandora-kernel.git [NETFILTER]: Don't increase master refcount on expectations As it's been discussed [1][2]. We shouldn't increase the master conntrack refcount for non-fulfilled conntracks. During the conntrack destruction, the expectations are always killed before the conntrack itself, this guarantees that there won't be any orphan expectation. [1]https://lists.netfilter.org/pipermail/netfilter-devel/2005-August/020783.html [2]https://lists.netfilter.org/pipermail/netfilter-devel/2005-August/020904.html Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed