diff options
Diffstat (limited to 'fs/f2fs/recovery.c')
-rw-r--r-- | fs/f2fs/recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/recovery.c b/fs/f2fs/recovery.c index aef77681e10b..03b28ec4c2dc 100644 --- a/fs/f2fs/recovery.c +++ b/fs/f2fs/recovery.c | |||
@@ -436,7 +436,7 @@ int recover_fsync_data(struct f2fs_sb_info *sbi) | |||
436 | bool need_writecp = false; | 436 | bool need_writecp = false; |
437 | 437 | ||
438 | fsync_entry_slab = f2fs_kmem_cache_create("f2fs_fsync_inode_entry", | 438 | fsync_entry_slab = f2fs_kmem_cache_create("f2fs_fsync_inode_entry", |
439 | sizeof(struct fsync_inode_entry), NULL); | 439 | sizeof(struct fsync_inode_entry)); |
440 | if (!fsync_entry_slab) | 440 | if (!fsync_entry_slab) |
441 | return -ENOMEM; | 441 | return -ENOMEM; |
442 | 442 | ||