netfilter: nf_tables: unininline nft_trace_packet()
authorPatrick McHardy <kaber@trash.net>
Thu, 9 Jan 2014 18:42:42 +0000 (18:42 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 7 Feb 2014 16:50:27 +0000 (17:50 +0100)
It makes no sense to inline a rarely used function meant for debugging
only that is called a total of five times in the main evaluation loop.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_core.c

Simple merge