]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/fork.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[mv-sheeva.git] / kernel / fork.c
index ca339c5c5819db323d9e3734b0ab9c622cda2875..aeae5b11b62efa94682e5f0e862531485408b585 100644 (file)
@@ -1585,6 +1585,7 @@ void __init proc_caches_init(void)
                        SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL);
        vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC);
        mmap_init();
+       nsproxy_cache_init();
 }
 
 /*