diff options
author | Yannick Brosseau <scientist@fb.com> | 2016-01-25 20:12:25 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2016-02-17 19:17:58 -0500 |
commit | 2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d (patch) | |
tree | 3dd268a13130c94ae67ca8797cdb4877955b13b3 /net/netfilter | |
parent | 667f00630ebefc4d73aa105c6ab254e4aec867f8 (diff) |
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')
-rw-r--r-- | net/netfilter/ipvs/ip_vs_ctl.c | 2 |
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) | |||
1376 | struct ip_vs_pe *old_pe; | 1376 | struct ip_vs_pe *old_pe; |
1377 | struct netns_ipvs *ipvs = svc->ipvs; | 1377 | struct netns_ipvs *ipvs = svc->ipvs; |
1378 | 1378 | ||
1379 | pr_info("%s: enter\n", __func__); | ||
1380 | |||
1381 | /* Count only IPv4 services for old get/setsockopt interface */ | 1379 | /* Count only IPv4 services for old get/setsockopt interface */ |
1382 | if (svc->af == AF_INET) | 1380 | if (svc->af == AF_INET) |
1383 | ipvs->num_services--; | 1381 | ipvs->num_services--; |