summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_ctl.c
diff options
context:
space:
mode:
authorYannick Brosseau <scientist@fb.com>2016-01-25 17:12:25 -0800
committerSimon Horman <horms@verge.net.au>2016-02-18 09:17:58 +0900
commit2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d (patch)
tree3dd268a13130c94ae67ca8797cdb4877955b13b3 /net/netfilter/ipvs/ip_vs_ctl.c
parent667f00630ebefc4d73aa105c6ab254e4aec867f8 (diff)
downloadlinux-2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d.tar.gz
linux-2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d.tar.xz
netfilter: ipvs: Remove noisy debug print from ip_vs_del_service
This have been there for a long time, but does not seem to add value Signed-off-by: Yannick Brosseau <scientist@fb.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_ctl.c')
-rw-r--r--net/netfilter/ipvs/ip_vs_ctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c
index e7c1b052c2a3..daf4cb746974 100644
--- a/net/netfilter/ipvs/ip_vs_ctl.c
+++ b/net/netfilter/ipvs/ip_vs_ctl.c
@@ -1376,8 +1376,6 @@ static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup)
struct ip_vs_pe *old_pe;
struct netns_ipvs *ipvs = svc->ipvs;
- pr_info("%s: enter\n", __func__);
-
/* Count only IPv4 services for old get/setsockopt interface */
if (svc->af == AF_INET)
ipvs->num_services--;