diff options
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); |