From: Liu Song <[email protected]>

Since sync_inodes_sb has been used, there is no need to
use writeback_inodes_sb, so remove it.

Signed-off-by: Liu Song <[email protected]>
---
 fs/f2fs/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
index be5050292caa..4d8cb17ce48b 100644
--- a/fs/f2fs/super.c
+++ b/fs/f2fs/super.c
@@ -1874,7 +1874,6 @@ static int f2fs_remount(struct super_block *sb, int 
*flags, char *data)
 
        if (*flags & SB_RDONLY ||
                F2FS_OPTION(sbi).whint_mode != org_mount_opt.whint_mode) {
-               writeback_inodes_sb(sb, WB_REASON_SYNC);
                sync_inodes_sb(sb);
 
                set_sbi_flag(sbi, SBI_IS_DIRTY);
-- 
2.20.1



_______________________________________________
Linux-f2fs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to