mirror of
https://github.com/adulau/aha.git
synced 2025-01-05 15:43:22 +00:00
ipvs: Fix unused label warning
Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
parent
e6f225ebb7
commit
8d5803bf6f
1 changed files with 2 additions and 0 deletions
|
@ -1330,7 +1330,9 @@ ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u)
|
||||||
|
|
||||||
out_unlock:
|
out_unlock:
|
||||||
write_unlock_bh(&__ip_vs_svc_lock);
|
write_unlock_bh(&__ip_vs_svc_lock);
|
||||||
|
#ifdef CONFIG_IP_VS_IPV6
|
||||||
out:
|
out:
|
||||||
|
#endif
|
||||||
|
|
||||||
if (old_sched)
|
if (old_sched)
|
||||||
ip_vs_scheduler_put(old_sched);
|
ip_vs_scheduler_put(old_sched);
|
||||||
|
|
Loading…
Reference in a new issue