Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / fs / exofs / super.c
index b795c567b5e1df6e89a6531fabb1a493b9e541b4..6658a50530a068fefb3ec22de0b7d961bc6dc869 100644 (file)
@@ -194,8 +194,8 @@ static int init_inodecache(void)
 {
        exofs_inode_cachep = kmem_cache_create("exofs_inode_cache",
                                sizeof(struct exofs_i_info), 0,
-                               SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD,
-                               exofs_init_once);
+                               SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD |
+                               SLAB_ACCOUNT, exofs_init_once);
        if (exofs_inode_cachep == NULL)
                return -ENOMEM;
        return 0;
This page took 0.025606 seconds and 5 git commands to generate.