aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-05-21 15:10:05 -0700
committerDavid S. Miller <davem@davemloft.net>2009-05-21 15:10:05 -0700
commit1f7a2bb4eff75c56a71b3896c36a34e787c5e4e5 (patch)
tree1aa1eb6b96cc7d0c8d07f2d7364ee828f05a13f3
parentcxgb: set phy's mdio dev before the phy init sequence (diff)
downloadlinux-dev-1f7a2bb4eff75c56a71b3896c36a34e787c5e4e5.tar.xz
linux-dev-1f7a2bb4eff75c56a71b3896c36a34e787c5e4e5.zip
netns: remove leftover debugging message
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/core/net_namespace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index 6b3edc9e6f19..69d7549db9a2 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -198,7 +198,6 @@ static int __init net_ns_init(void)
struct net_generic *ng;
int err;
- printk(KERN_INFO "net_namespace: %zd bytes\n", sizeof(struct net));
#ifdef CONFIG_NET_NS
net_cachep = kmem_cache_create("net_namespace", sizeof(struct net),
SMP_CACHE_BYTES,