diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/net_namespace.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index f259a9b6fdc1..1fc513c4c79e 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c | |||
@@ -32,10 +32,12 @@ void net_unlock(void) | |||
32 | mutex_unlock(&net_list_mutex); | 32 | mutex_unlock(&net_list_mutex); |
33 | } | 33 | } |
34 | 34 | ||
35 | #if 0 | ||
35 | static struct net *net_alloc(void) | 36 | static struct net *net_alloc(void) |
36 | { | 37 | { |
37 | return kmem_cache_alloc(net_cachep, GFP_KERNEL); | 38 | return kmem_cache_alloc(net_cachep, GFP_KERNEL); |
38 | } | 39 | } |
40 | #endif | ||
39 | 41 | ||
40 | static void net_free(struct net *net) | 42 | static void net_free(struct net *net) |
41 | { | 43 | { |