f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
[deliverable/linux.git] / fs / f2fs / gc.c
index d94acbc3d9280a9253bc71a5a2a8710b432235af..b90dbe55403a4dbd0c1504c399a2285d416b6063 100644 (file)
@@ -742,7 +742,7 @@ void build_gc_manager(struct f2fs_sb_info *sbi)
 int __init create_gc_caches(void)
 {
        winode_slab = f2fs_kmem_cache_create("f2fs_gc_inodes",
-                       sizeof(struct inode_entry), NULL);
+                       sizeof(struct inode_entry));
        if (!winode_slab)
                return -ENOMEM;
        return 0;
This page took 0.028152 seconds and 5 git commands to generate.