Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66394
b: refs/heads/master
c: 678aa8e
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Oct 10, 2007
1 parent f3c75c8 commit 23e373f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c48dad7ecd84eac92afbe02bd69fca9983a65a56
refs/heads/master: 678aa8e4eb1e5d78dfdb70934932c9c90e315f62
2 changes: 2 additions & 0 deletions trunk/net/core/net_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 23e373f

Please sign in to comment.