Skip to content

Commit

Permalink
netns: remove leftover debugging message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed May 21, 2009
1 parent 703ceba commit 1f7a2bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/net_namespace.c
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 1f7a2bb

Please sign in to comment.