android_system_core/fs_mgr
Keun-young Park 22e8199175 e2fsck: drop -f when TARGET_USES_MKE2FS is enabled
- Drop forced (-f) e2fsck check when the product has
  enabled new ext4 generation by setting TARGET_USES_MKE2FS.
- The new generation tool is supposed to give better stability,
  thus justifying dropping -f.
- This should help reducing boot-up time as full check (-f) can
  increase boot-up time significantly depending on amount of data.

bug: 32246772
Test: many reboots
Change-Id: I631525bf7504bbfb025e170c8d24ad9d3ef3532e
2017-01-10 10:17:57 -08:00
..
include Add fs_mgr option to enable/disable quotas. 2016-12-15 16:35:50 -07:00
Android.mk e2fsck: drop -f when TARGET_USES_MKE2FS is enabled 2017-01-10 10:17:57 -08:00
fs_mgr.c e2fsck: drop -f when TARGET_USES_MKE2FS is enabled 2017-01-10 10:17:57 -08:00
fs_mgr_format.c Update the header path for ext4_utils. 2016-10-09 10:23:36 -07:00
fs_mgr_fstab.c Add fs_mgr option to enable/disable quotas. 2016-12-15 16:35:50 -07:00
fs_mgr_main.c fs_mgr: fix clang static analyzer warning 2016-11-08 20:07:31 +00:00
fs_mgr_priv.h Add fs_mgr option to enable/disable quotas. 2016-12-15 16:35:50 -07:00
fs_mgr_priv_verity.h fs_mgr: add verify_dev flag to fs_mgr_setup_verity() 2016-12-16 15:00:05 +08:00
fs_mgr_slotselect.c fs_mgr: Track the bootloader_message struct change. 2016-06-09 15:13:15 -07:00
fs_mgr_verity.cpp fs_mgr: add verify_dev flag to fs_mgr_setup_verity() 2016-12-16 15:00:05 +08:00