projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e5fd0
)
ipvs: remove an annoying printk in netns init
author
Cong Wang
<xiyou.wangcong@gmail.com>
Sat, 10 Dec 2016 05:09:59 +0000
(21:09 -0800)
committer
Simon Horman
<horms@verge.net.au>
Thu, 16 Mar 2017 12:33:39 +0000
(13:33 +0100)
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>
net/netfilter/ipvs/ip_vs_core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/netfilter/ipvs/ip_vs_core.c
b/net/netfilter/ipvs/ip_vs_core.c
index db40050f8785eb9205a7bf493a71c9b956b93ab8..9aaa49025cdc8e687f86795ae46db9624d5558bf 100644
(file)
--- 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