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

This commit is contained in:
Robb Glasser 2016-04-05 19:56:27 +00:00 committed by Android (Google) Code Review
commit a1a8a82e5d

View file

@ -101,6 +101,7 @@ 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
};