X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fuser_namespace.c;h=6b2e3ca7ee993a7b0ff4fa44a6450770661106dc;hb=56c244382fdb793986097df8e29f9f9320bc2c60;hp=ef82d401dde83a7f4ba8486db45ad65c8f5d1df2;hpb=5d3c0db4598c5de511824649df2aa976259cf10a;p=linux-2.6-microblaze.git diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index ef82d401dde8..6b2e3ca7ee99 100644 --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c @@ -1385,7 +1385,7 @@ const struct proc_ns_operations userns_operations = { static __init int user_namespaces_init(void) { - user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC); + user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC | SLAB_ACCOUNT); return 0; } subsys_initcall(user_namespaces_init);