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

This commit is contained in:
Paul Lawrence 2016-03-30 20:46:00 +00:00 committed by Android (Google) Code Review
commit dc6893ce9f
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
};