commit | 76eb946040a7b4c797979a9c22464b9a07890ba5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 31 04:41:44 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 19:27:58 2008 -0800 |
tree | 34bc4f4bccca7e4fbc7d09ef22f366a9b2a6ce02 | |
parent | ffaa9c100bd75c81744a2b7800a45daba53db0eb [diff] |
[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>