]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
netfilter: ipvs: Remove noisy debug print from ip_vs_del_service
authorYannick Brosseau <scientist@fb.com>
Tue, 26 Jan 2016 01:12:25 +0000 (17:12 -0800)
committerSimon Horman <horms@verge.net.au>
Thu, 18 Feb 2016 00:17:58 +0000 (09:17 +0900)
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>
net/netfilter/ipvs/ip_vs_ctl.c

index e7c1b052c2a3ac9cccd54ed1e4558d36bde080c4..daf4cb746974ae2ecd5a7809ad7f18eb862a8ed3 100644 (file)
@@ -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--;