[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>
This commit is contained in:
David S. Miller 2007-09-12 14:01:08 +02:00 committed by David S. Miller
parent c48dad7ecd
commit 678aa8e4eb
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{