From patchwork Sat Sep 20 09:48:33 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ipvs: Fix unused label warning Date: Fri, 19 Sep 2008 23:48:33 -0000 From: Sven Wegener X-Patchwork-Id: 704 Message-Id: To: Simon Horman Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, Julius Volz , Vince Busam , Wensong Zhang , Julian Anastasov Signed-off-by: Sven Wegener --- net/ipv4/ipvs/ip_vs_ctl.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Simon, small fixup patch for your patch. It wasn't obvious from the patch, that now only the IPV6 support needs this label. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/net/ipv4/ipvs/ip_vs_ctl.c b/net/ipv4/ipvs/ip_vs_ctl.c index 771551d..0302cf3 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) out_unlock: write_unlock_bh(&__ip_vs_svc_lock); +#ifdef CONFIG_IP_VS_IPV6 out: +#endif if (old_sched) ip_vs_scheduler_put(old_sched);