]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/netfilter/nf_conntrack_core.c
[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)
commit76eb946040a7b4c797979a9c22464b9a07890ba5
tree34bc4f4bccca7e4fbc7d09ef22f366a9b2a6ce02
parentffaa9c100bd75c81744a2b7800a45daba53db0eb
[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