aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
diff options
context:
space:
mode:
authorNamjae Jeon <namjae.jeon@samsung.com>2013-01-17 00:08:30 +0900
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-01-22 10:48:38 +0900
commit6e6093a8f144414d904575da5fdea40cf14fb63e (patch)
tree84e959d4c9194a95d74169c04b9055e3475bc034 /fs/f2fs/super.c
parentf2fs: fix the debugfs entry creation path (diff)
downloadlinux-dev-6e6093a8f144414d904575da5fdea40cf14fb63e.tar.xz
linux-dev-6e6093a8f144414d904575da5fdea40cf14fb63e.zip
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/super.c')
-rw-r--r--fs/f2fs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
index d551a724b736..37fad04c8669 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -640,7 +640,7 @@ static struct file_system_type f2fs_fs_type = {
.fs_flags = FS_REQUIRES_DEV,
};
-static int init_inodecache(void)
+static int __init init_inodecache(void)
{
f2fs_inode_cachep = f2fs_kmem_cache_create("f2fs_inode_cache",
sizeof(struct f2fs_inode_info), NULL);