瀏覽代碼

[NET]: #if 0 out net_alloc() for now.

We will undo this once it is actually used.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 年之前
父節點
當前提交
678aa8e4eb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      net/core/net_namespace.c

+ 2 - 0
net/core/net_namespace.c

@@ -32,10 +32,12 @@ void net_unlock(void)
 	mutex_unlock(&net_list_mutex);
 	mutex_unlock(&net_list_mutex);
 }
 }
 
 
+#if 0
 static struct net *net_alloc(void)
 static struct net *net_alloc(void)
 {
 {
 	return kmem_cache_alloc(net_cachep, GFP_KERNEL);
 	return kmem_cache_alloc(net_cachep, GFP_KERNEL);
 }
 }
+#endif
 
 
 static void net_free(struct net *net)
 static void net_free(struct net *net)
 {
 {