aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/gc.c')
-rw-r--r--fs/f2fs/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c
index b4dd90cf1f18..809cfec6683c 100644
--- a/fs/f2fs/gc.c
+++ b/fs/f2fs/gc.c
@@ -697,7 +697,7 @@ void build_gc_manager(struct f2fs_sb_info *sbi)
697 DIRTY_I(sbi)->v_ops = &default_v_ops; 697 DIRTY_I(sbi)->v_ops = &default_v_ops;
698} 698}
699 699
700int create_gc_caches(void) 700int __init create_gc_caches(void)
701{ 701{
702 winode_slab = f2fs_kmem_cache_create("f2fs_gc_inodes", 702 winode_slab = f2fs_kmem_cache_create("f2fs_gc_inodes",
703 sizeof(struct inode_entry), NULL); 703 sizeof(struct inode_entry), NULL);