From: Patrick McHardy Date: Thu, 31 Jan 2008 12:41:44 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: don't inline early_drop() X-Git-Tag: v2.6.25-rc1~1089^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76eb946040a7b4c797979a9c22464b9a07890ba5;p=pandora-kernel.git [NETFILTER]: nf_conntrack: don't inline early_drop() early_drop() is only called *very* rarely, unfortunately gcc inlines it into the hotpath because there is only a single caller. Explicitly mark it noinline. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed