Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 678aa8e4 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

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



We will undo this once it is actually used.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c48dad7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
{