Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 131aabdf authored by Paul Lawrence's avatar Paul Lawrence Committed by android-build-merger
Browse files

Merge "Revert "HACK: Run e2fsck with -f"" into nyc-dev

am: dc6893ce

* commit 'dc6893ce':
  Revert "HACK: Run e2fsck with -f"

Change-Id: I8943c573dea631e4324b3b6a621dc791c55f667b
parents 17dc4732 dc6893ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ static void check_fs(char *blk_device, char *fs_type, char *target)
    char tmpmnt_opts[64] = "errors=remount-ro";
    char *e2fsck_argv[] = {
        E2FSCK_BIN,
        "-f",
        "-y",
        blk_device
    };