diff options
-rw-r--r-- | kernel/nsproxy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/nsproxy.c b/kernel/nsproxy.c index f1decd21a534..049e7c0ac566 100644 --- a/kernel/nsproxy.c +++ b/kernel/nsproxy.c | |||
@@ -203,8 +203,7 @@ int unshare_nsproxy_namespaces(unsigned long unshare_flags, | |||
203 | 203 | ||
204 | static int __init nsproxy_cache_init(void) | 204 | static int __init nsproxy_cache_init(void) |
205 | { | 205 | { |
206 | nsproxy_cachep = kmem_cache_create("nsproxy", sizeof(struct nsproxy), | 206 | nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); |
207 | 0, SLAB_PANIC, NULL); | ||
208 | return 0; | 207 | return 0; |
209 | } | 208 | } |
210 | 209 | ||