diff options
author | Sven Wegener <sven.wegener@stealer.net> | 2008-09-20 05:48:33 -0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-09-21 19:57:26 -0400 |
commit | 8d5803bf6fbe5264000afc8c34bff08e8ecc023b (patch) | |
tree | 68f8449cdc676f47e486bcdf935176a73f98d138 /net | |
parent | e6f225ebb7c35fe30fdf8608927c5cf8fce6de7d (diff) |
ipvs: Fix unused label warning
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_ctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/ipvs/ip_vs_ctl.c b/net/ipv4/ipvs/ip_vs_ctl.c index 771551d8fba9..0302cf3e5039 100644 --- a/net/ipv4/ipvs/ip_vs_ctl.c +++ b/net/ipv4/ipvs/ip_vs_ctl.c | |||
@@ -1330,7 +1330,9 @@ ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u) | |||
1330 | 1330 | ||
1331 | out_unlock: | 1331 | out_unlock: |
1332 | write_unlock_bh(&__ip_vs_svc_lock); | 1332 | write_unlock_bh(&__ip_vs_svc_lock); |
1333 | #ifdef CONFIG_IP_VS_IPV6 | ||
1333 | out: | 1334 | out: |
1335 | #endif | ||
1334 | 1336 | ||
1335 | if (old_sched) | 1337 | if (old_sched) |
1336 | ip_vs_scheduler_put(old_sched); | 1338 | ip_vs_scheduler_put(old_sched); |