]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit24f9ba16dd70e6173e20b67d024f15e8d09f83c7
tree34bc4f4bccca7e4fbc7d09ef22f366a9b2a6ce02
parent77cdf46a4a1643b6a745f675ebc6747d5708a71f
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_core.c