aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
diff options
context:
space:
mode:
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 1bd915362154..72df734764e7 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -1089,7 +1089,7 @@ MODULE_ALIAS_FS("f2fs");
1089static int __init init_inodecache(void) 1089static int __init init_inodecache(void)
1090{ 1090{
1091 f2fs_inode_cachep = f2fs_kmem_cache_create("f2fs_inode_cache", 1091 f2fs_inode_cachep = f2fs_kmem_cache_create("f2fs_inode_cache",
1092 sizeof(struct f2fs_inode_info), NULL); 1092 sizeof(struct f2fs_inode_info));
1093 if (!f2fs_inode_cachep) 1093 if (!f2fs_inode_cachep)
1094 return -ENOMEM; 1094 return -ENOMEM;
1095 return 0; 1095 return 0;