Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 864e91ca authored by Cong Wang's avatar Cong Wang Committed by Simon Horman
Browse files

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: default avatarCong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent 03e5fd0e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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