diff options
author | Yannick Brosseau <scientist@fb.com> | 2016-01-25 17:12:25 -0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2016-02-18 09:17:58 +0900 |
commit | 2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d (patch) | |
tree | 3dd268a13130c94ae67ca8797cdb4877955b13b3 /net | |
parent | 667f00630ebefc4d73aa105c6ab254e4aec867f8 (diff) | |
download | op-kernel-dev-2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d.zip op-kernel-dev-2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d.tar.gz |
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')
-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 e7c1b05..daf4cb7 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--; |