summaryrefslogtreecommitdiffstats
path: root/net/netfilter
diff options
context:
space:
mode:
authorCong Wang2016-12-10 06:09:59 +0100
committerSimon Horman2017-03-16 13:33:39 +0100
commit864e91ca981ea1d18f05a8f5063520d103373266 (patch)
tree55d592cee5f8e3daaaf1855c16dc5f1ad2b15ccf /net/netfilter
parentnetfilter: nft_set_rbtree: use per-set rwlock to improve the scalability (diff)
downloadkernel-qcow2-linux-864e91ca981ea1d18f05a8f5063520d103373266.tar.gz
kernel-qcow2-linux-864e91ca981ea1d18f05a8f5063520d103373266.tar.xz
kernel-qcow2-linux-864e91ca981ea1d18f05a8f5063520d103373266.zip
ipvs: remove an annoying printk in netns init
At most it is used for debugging purpose, but I don't think it is even useful for debugging, just remove it. Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/ipvs/ip_vs_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c
index db40050f8785..9aaa49025cdc 100644
--- a/net/netfilter/ipvs/ip_vs_core.c
+++ b/net/netfilter/ipvs/ip_vs_core.c
@@ -2231,8 +2231,6 @@ static int __net_init __ip_vs_init(struct net *net)
if (ip_vs_sync_net_init(ipvs) < 0)
goto sync_fail;
- printk(KERN_INFO "IPVS: Creating netns size=%zu id=%d\n",
- sizeof(struct netns_ipvs), ipvs->gen);
return 0;
/*
* Error handling