Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70693
b: refs/heads/master
c: db8906d
h: refs/heads/master
i:
  70691: f92d65e
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Oct 17, 2007
1 parent 0030862 commit 781d196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1efd24fa05976ea20582c18dd4b80d7311b9b94a
refs/heads/master: db8906da596708865a2ead6a8c2af090255ca549
3 changes: 1 addition & 2 deletions trunk/kernel/nsproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ int unshare_nsproxy_namespaces(unsigned long unshare_flags,

static int __init nsproxy_cache_init(void)
{
nsproxy_cachep = kmem_cache_create("nsproxy", sizeof(struct nsproxy),
0, SLAB_PANIC, NULL);
nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC);
return 0;
}

Expand Down

0 comments on commit 781d196

Please sign in to comment.