]> Git Repo - linux.git/blobdiff - fs/hpfs/super.c
kmemcg: account certain kmem allocations to memcg
[linux.git] / fs / hpfs / super.c
index a561591896bd34fe79c94daa52f5803f6a682238..458cf463047b683e7d76460fa950deede1e8aaad 100644 (file)
@@ -261,7 +261,7 @@ static int init_inodecache(void)
        hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache",
                                             sizeof(struct hpfs_inode_info),
                                             0, (SLAB_RECLAIM_ACCOUNT|
-                                               SLAB_MEM_SPREAD),
+                                               SLAB_MEM_SPREAD|SLAB_ACCOUNT),
                                             init_once);
        if (hpfs_inode_cachep == NULL)
                return -ENOMEM;
This page took 0.031194 seconds and 4 git commands to generate.