Skip to content

Commit 8d5803b

Browse files
swegenerhorms
authored andcommitted
ipvs: Fix unused label warning
Signed-off-by: Sven Wegener <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent e6f225e commit 8d5803b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

net/ipv4/ipvs/ip_vs_ctl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,9 @@ ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u)
13301330

13311331
out_unlock:
13321332
write_unlock_bh(&__ip_vs_svc_lock);
1333+
#ifdef CONFIG_IP_VS_IPV6
13331334
out:
1335+
#endif
13341336

13351337
if (old_sched)
13361338
ip_vs_scheduler_put(old_sched);

0 commit comments

Comments
 (0)