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 e2a3e1a8eae9..01e1a03b54c8 100644 --- a/fs/f2fs/recovery.c +++ b/fs/f2fs/recovery.c | |||
@@ -373,5 +373,5 @@ void recover_fsync_data(struct f2fs_sb_info *sbi) | |||
373 | out: | 373 | out: |
374 | destroy_fsync_dnodes(sbi, &inode_list); | 374 | destroy_fsync_dnodes(sbi, &inode_list); |
375 | kmem_cache_destroy(fsync_entry_slab); | 375 | kmem_cache_destroy(fsync_entry_slab); |
376 | write_checkpoint(sbi, false, false); | 376 | write_checkpoint(sbi, false); |
377 | } | 377 | } |