X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fsuper.c;h=5d54490a136d8accfab797bdd3ed3e8bd6ae0d75;hb=5d097056c9a017a3b720849efb5432f37acabbac;hp=7302d96ae8bfd742fe9f360f70ccd5d1b5df085d;hpb=37f08dda29dac8a595999b8d3eaa9bf0f763dd9d;p=deliverable%2Flinux.git diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 7302d96ae8bf..5d54490a136d 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -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;