summaryrefslogtreecommitdiffstats
path: root/fs/hpfs
diff options
context:
space:
mode:
authorAndrea Claudi <aclaudi@redhat.com>2019-02-15 17:51:48 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-02 09:58:52 +0200
commitae5e0c773ca699ff2ae91bce7bd25e92b402c0a1 (patch)
treeb428fc7cbe4efb3dc6458806021502823917989d /fs/hpfs
parent8e59639791f20ac375641fd66c54443f2d30b1a5 (diff)
downloadlinux-stable-ae5e0c773ca699ff2ae91bce7bd25e92b402c0a1.tar.gz
linux-stable-ae5e0c773ca699ff2ae91bce7bd25e92b402c0a1.tar.bz2
linux-stable-ae5e0c773ca699ff2ae91bce7bd25e92b402c0a1.zip
ipvs: fix warning on unused variable
[ Upstream commit c93a49b9769e435990c82297aa0baa31e1538790 ] When CONFIG_IP_VS_IPV6 is not defined, build produced this warning: net/netfilter/ipvs/ip_vs_ctl.c:899:6: warning: unused variable ‘ret’ [-Wunused-variable] int ret = 0; ^~~ Fix this by moving the declaration of 'ret' in the CONFIG_IP_VS_IPV6 section in the same function. While at it, drop its unneeded initialisation. Fixes: 098e13f5b21d ("ipvs: fix dependency on nf_defrag_ipv6") Reported-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Reviewed-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'fs/hpfs')
0 files changed, 0 insertions, 0 deletions