[NETFILTER]: nf_conntrack: don't inline early_drop()
authorPatrick McHardy <kaber@trash.net>
Thu, 31 Jan 2008 12:41:44 +0000 (04:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:58 +0000 (19:27 -0800)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_core.c

Simple merge