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

Commit 6a2c8639 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

am: 131aabdf

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

Change-Id: Ia5e106a56220b930f4c6cd73d45dfdd327061026
parents e5531ad6 131aabdf
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
    };