]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: x_tables: fix build with CONFIG_COMPAT=n
authorFlorian Westphal <fw@strlen.de>
Tue, 6 Mar 2018 07:26:00 +0000 (08:26 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 13 Mar 2018 16:30:29 +0000 (17:30 +0100)
commit4f82dc30ebc028aee3f9a340da44cd119c9d001b
tree75ae545ec47cae79f7f4716dcc68092f6c3daca1
parent22ac09b08f579530d3bee86bda05fe21b3bd169b
netfilter: x_tables: fix build with CONFIG_COMPAT=n

I placed the helpers within CONFIG_COMPAT section, move them
outside.

Fixes: 4b80dcbc7c9123 ("netfilter: x_tables: check error target size too")
Fixes: 49b336046d31e3 ("netfilter: x_tables: check standard verdicts in core")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/x_tables.c