From: Yasuyuki Kozakai Date: Tue, 5 Dec 2006 21:44:57 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: Don't try to find clashed expectation X-Git-Tag: v2.6.20-rc1~145^2^2~7^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ece006416d4fb472f4d2114feede5665cff971b2;p=pandora-kernel.git [NETFILTER]: nf_conntrack: Don't try to find clashed expectation The original code continues loop to find expectation in list if the master conntrack of the found expectation is unconfirmed. But it never success in that case, because nf_conntrack_expect_related() never insert clashed expectation to the list. This stops loop in that case. Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed