diff --git a/[refs] b/[refs] index cc7a5debeaa0..43d39fb0450f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c48dad7ecd84eac92afbe02bd69fca9983a65a56 +refs/heads/master: 678aa8e4eb1e5d78dfdb70934932c9c90e315f62 diff --git a/trunk/net/core/net_namespace.c b/trunk/net/core/net_namespace.c index f259a9b6fdc1..1fc513c4c79e 100644 --- a/trunk/net/core/net_namespace.c +++ b/trunk/net/core/net_namespace.c @@ -32,10 +32,12 @@ void net_unlock(void) mutex_unlock(&net_list_mutex); } +#if 0 static struct net *net_alloc(void) { return kmem_cache_alloc(net_cachep, GFP_KERNEL); } +#endif static void net_free(struct net *net) {