f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
[linux-block.git] / fs / f2fs / super.c
index 1bd915362154777bfbad94a450c746f4b2bbf217..72df734764e7e781f3760b3f63ff874a78e43a42 100644 (file)
@@ -1089,7 +1089,7 @@ MODULE_ALIAS_FS("f2fs");
 static int __init init_inodecache(void)
 {
        f2fs_inode_cachep = f2fs_kmem_cache_create("f2fs_inode_cache",
-                       sizeof(struct f2fs_inode_info), NULL);
+                       sizeof(struct f2fs_inode_info));
        if (!f2fs_inode_cachep)
                return -ENOMEM;
        return 0;