X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fhfsplus%2Fsuper.c;h=7b0f2e5a44e2bce847c9c3e59c141c4a4821639f;hb=8269cc4e2b0ddcdcb9e7f2034c464ef8613737a1;hp=6d87a2a9534d4baa56dbd466016106b78d87daa9;hpb=49c13b51a15f1ba9f6d47e26e4a3886c4f3931e2;p=linux-2.6 diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 6d87a2a953..7b0f2e5a44 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -479,7 +479,7 @@ static int __init init_hfsplus_fs(void) hfsplus_inode_cachep = kmem_cache_create("hfsplus_icache", HFSPLUS_INODE_SIZE, 0, SLAB_HWCACHE_ALIGN, - hfsplus_init_once, NULL); + hfsplus_init_once); if (!hfsplus_inode_cachep) return -ENOMEM; err = register_filesystem(&hfsplus_fs_type);