Revert "HACK: Run e2fsck with -f"

This reverts commit 2cd762d932.

This change adds 12 seconds or so to boot times - we need to revert it
and see if we can find a proper fix to the original problem if it is
still occurring.

Bug: 27849759
Change-Id: Ib3692e436c08468a51529f256f2ce5e9ccd2d35d
This commit is contained in:
Paul Lawrence 2016-03-28 21:54:51 +00:00
parent c1b10a9e84
commit 07068de789
1 changed files with 0 additions and 1 deletions

View File

@ -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
};