]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/hfsplus/super.c
Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / fs / hfsplus / super.c
index 7302d96ae8bfd742fe9f360f70ccd5d1b5df085d..5d54490a136d8accfab797bdd3ed3e8bd6ae0d75 100644 (file)
@@ -663,7 +663,7 @@ static int __init init_hfsplus_fs(void)
        int err;
 
        hfsplus_inode_cachep = kmem_cache_create("hfsplus_icache",
-               HFSPLUS_INODE_SIZE, 0, SLAB_HWCACHE_ALIGN,
+               HFSPLUS_INODE_SIZE, 0, SLAB_HWCACHE_ALIGN|SLAB_ACCOUNT,
                hfsplus_init_once);
        if (!hfsplus_inode_cachep)
                return -ENOMEM;