aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_compat.c
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-01-23 12:48:11 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-01-28 11:09:12 +0100
commit206b8cc514d7ff2b79dd2d5ad939adc7c493f07a (patch)
treeaa71fb9c032e79868fd378500951b6abd1ddb6df /net/netfilter/nft_compat.c
parentnetfilter: nfnetlink_osf: add missing fmatch check (diff)
downloadlinux-dev-206b8cc514d7ff2b79dd2d5ad939adc7c493f07a.tar.xz
linux-dev-206b8cc514d7ff2b79dd2d5ad939adc7c493f07a.zip
netfilter: ipt_CLUSTERIP: fix warning unused variable cn
When CONFIG_PROC_FS isn't set the variable cn isn't used. net/ipv4/netfilter/ipt_CLUSTERIP.c: In function ‘clusterip_net_exit’: net/ipv4/netfilter/ipt_CLUSTERIP.c:849:24: warning: unused variable ‘cn’ [-Wunused-variable] struct clusterip_net *cn = clusterip_pernet(net); ^~ Rework so the variable 'cn' is declared inside "#ifdef CONFIG_PROC_FS". Fixes: b12f7bad5ad3 ("netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine") Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nft_compat.c')
0 files changed, 0 insertions, 0 deletions