Commit 2d9e9b0d05876c9e6b52cfec142e51da9b9b3f6d

Authored by Yannick Brosseau
Committed by Simon Horman
1 parent 667f00630e

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

net/netfilter/ipvs/ip_vs_ctl.c
... ... @@ -1376,8 +1376,6 @@
1376 1376 struct ip_vs_pe *old_pe;
1377 1377 struct netns_ipvs *ipvs = svc->ipvs;
1378 1378  
1379   - pr_info("%s: enter\n", __func__);
1380   -
1381 1379 /* Count only IPv4 services for old get/setsockopt interface */
1382 1380 if (svc->af == AF_INET)
1383 1381 ipvs->num_services--;