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 d07546575879..a3f4542160cf 100644 --- a/fs/f2fs/recovery.c +++ b/fs/f2fs/recovery.c | |||
@@ -430,7 +430,7 @@ int recover_fsync_data(struct f2fs_sb_info *sbi) | |||
430 | 430 | ||
431 | fsync_entry_slab = f2fs_kmem_cache_create("f2fs_fsync_inode_entry", | 431 | fsync_entry_slab = f2fs_kmem_cache_create("f2fs_fsync_inode_entry", |
432 | sizeof(struct fsync_inode_entry), NULL); | 432 | sizeof(struct fsync_inode_entry), NULL); |
433 | if (unlikely(!fsync_entry_slab)) | 433 | if (!fsync_entry_slab) |
434 | return -ENOMEM; | 434 | return -ENOMEM; |
435 | 435 | ||
436 | INIT_LIST_HEAD(&inode_list); | 436 | INIT_LIST_HEAD(&inode_list); |