Loading fs/f2fs/super.c +3 −1 Original line number Diff line number Diff line Loading @@ -372,6 +372,8 @@ static void f2fs_put_super(struct super_block *sb) f2fs_destroy_stats(sbi); stop_gc_thread(sbi); /* We don't need to do checkpoint when it's clean */ if (sbi->s_dirty && get_pages(sbi, F2FS_DIRTY_NODES)) write_checkpoint(sbi, true); iput(sbi->node_inode); Loading Loading
fs/f2fs/super.c +3 −1 Original line number Diff line number Diff line Loading @@ -372,6 +372,8 @@ static void f2fs_put_super(struct super_block *sb) f2fs_destroy_stats(sbi); stop_gc_thread(sbi); /* We don't need to do checkpoint when it's clean */ if (sbi->s_dirty && get_pages(sbi, F2FS_DIRTY_NODES)) write_checkpoint(sbi, true); iput(sbi->node_inode); Loading