]> 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)
commit197a9ad633cae2f1614c7d7ff66098250563384d
tree75ae545ec47cae79f7f4716dcc68092f6c3daca1
parentc36750d052e4383d47bc45c50cb2ef710b6fa1c9
netfilter: x_tables: fix build with CONFIG_COMPAT=n

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

Fixes: 01be562519582c ("netfilter: x_tables: check error target size too")
Fixes: 1b916b7660f9ef ("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