Do not set fix_on if it is allowed by user.

Signed-off-by: Sheng Yong <shengyo...@huawei.com>
---
 fsck/main.c  | 2 +-
 fsck/mount.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fsck/main.c b/fsck/main.c
index c9411eb..93037e1 100644
--- a/fsck/main.c
+++ b/fsck/main.c
@@ -429,7 +429,7 @@ static void do_fsck(struct f2fs_sb_info *sbi)
                                c.fix_on = 1;
                        break;
                }
-       } else {
+       } else if (c.preen_mode) {
                /*
                 * we can hit this in 3 situations:
                 *  1. fsck -f, fix_on has already been set to 1 when
diff --git a/fsck/mount.c b/fsck/mount.c
index 29af3b7..17da814 100644
--- a/fsck/mount.c
+++ b/fsck/mount.c
@@ -2031,7 +2031,6 @@ void build_nat_area_bitmap(struct f2fs_sb_info *sbi)
                                 */
                                ASSERT_MSG("Invalid nat entry[0]: "
                                        "blk_addr[0x%x]\n", ni.blk_addr);
-                               c.fix_on = 1;
                                fsck->chk.valid_nat_entry_cnt--;
                        }
 
-- 
2.11.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to