Revert "Revert "HACK: Run e2fsck with -f""

bug:28013112

This reverts commit 07068de7894d3b8c4faf6c6c0844e1ec9684c5b1.

Change-Id: I1e507f2244a2960e79524ef2aef427f25d79f905
diff --git a/fs_mgr/fs_mgr.c b/fs_mgr/fs_mgr.c
index e92cca5..bc072bc 100644
--- a/fs_mgr/fs_mgr.c
+++ b/fs_mgr/fs_mgr.c
@@ -101,6 +101,7 @@
     char tmpmnt_opts[64] = "errors=remount-ro";
     char *e2fsck_argv[] = {
         E2FSCK_BIN,
+        "-f",
         "-y",
         blk_device
     };