aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
diff options
context:
space:
mode:
authorNamjae Jeon <namjae.jeon@samsung.com>2013-01-16 10:08:30 -0500
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-01-21 20:48:38 -0500
commit6e6093a8f144414d904575da5fdea40cf14fb63e (patch)
tree84e959d4c9194a95d74169c04b9055e3475bc034 /fs/f2fs/checkpoint.c
parent4589d25d015c2d02bb5f7075d0cbf6dcf23a33c0 (diff)
f2fs: add __init to functions in init_f2fs_fs
Add __init to functions in init_f2fs_fs for code consistency. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/checkpoint.c')
-rw-r--r--fs/f2fs/checkpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c
index d75c86a17893..ff3c8439af87 100644
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -771,7 +771,7 @@ void init_orphan_info(struct f2fs_sb_info *sbi)
771 sbi->n_orphans = 0; 771 sbi->n_orphans = 0;
772} 772}
773 773
774int create_checkpoint_caches(void) 774int __init create_checkpoint_caches(void)
775{ 775{
776 orphan_entry_slab = f2fs_kmem_cache_create("f2fs_orphan_entry", 776 orphan_entry_slab = f2fs_kmem_cache_create("f2fs_orphan_entry",
777 sizeof(struct orphan_inode_entry), NULL); 777 sizeof(struct orphan_inode_entry), NULL);