diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2015-10-01 08:49:04 -0700 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2015-10-07 10:11:59 +0900 |
commit | ed1c9f0e78b3b360ade4fb838a6099d643f3cd04 (patch) | |
tree | 431140017fe25507a09bc4b8055fbbd45d4f793e /net/tipc/sysctl.c | |
parent | a29a9a585b2840a205f085a34dfd65c75e86f7c3 (diff) |
ipvs: Remove possibly unused variable from ip_vs_out
Eric's net namespace changes in 1b75097dd7a26 leaves net unreferenced if
CONFIG_IP_VS_IPV6 is not enabled:
../net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_out’:
../net/netfilter/ipvs/ip_vs_core.c:1177:14: warning: unused variable ‘net’ [-Wunused-variable]
After the net refactoring there is only 1 user; push the reference to the
1 user. While the line length slightly exceeds 80 it seems to be the
best change.
Fixes: 1b75097dd7a26("ipvs: Pass ipvs into ip_vs_out")
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
[horms: updated subject]
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/tipc/sysctl.c')
0 files changed, 0 insertions, 0 deletions