Skip to content

Commit 864e91c

Browse files
congwanghorms
authored andcommitted
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 <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent 03e5fd0 commit 864e91c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

net/netfilter/ipvs/ip_vs_core.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,8 +2231,6 @@ static int __net_init __ip_vs_init(struct net *net)
22312231
if (ip_vs_sync_net_init(ipvs) < 0)
22322232
goto sync_fail;
22332233

2234-
printk(KERN_INFO "IPVS: Creating netns size=%zu id=%d\n",
2235-
sizeof(struct netns_ipvs), ipvs->gen);
22362234
return 0;
22372235
/*
22382236
* Error handling

0 commit comments

Comments
 (0)