platform_system_core/fs_mgr
Nick Kralevich 7294eb6cae fs_mgr: error check umount calls / add retry logic
Don't silently ignore umount errors. At a minimum, log them.

Add strerror(errno) to another umount call, to make sure we get
some actionable data.

check_fs: try 5 times umounting the filesystem. It appears that
the umount is failing, perhaps because some service is opening
the file on the device or other error. Try unmounting it multiple
times in case it's a transient problem and we can recover.

Bug: 19199624
Bug: 19156134
Change-Id: I7213eb52d55116fb2419a36494d26d5e159981a7
2015-02-05 20:50:22 -08:00
..
include Make encryption configurable 2015-01-28 11:41:53 -08:00
Android.mk Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-12-09 17:02:17 -08:00
fs_mgr.c fs_mgr: error check umount calls / add retry logic 2015-02-05 20:50:22 -08:00
fs_mgr_fstab.c Make encryption configurable 2015-01-28 11:41:53 -08:00
fs_mgr_main.c Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
fs_mgr_priv.h fs_mgr: error check umount calls / add retry logic 2015-02-05 20:50:22 -08:00
fs_mgr_priv_verity.h Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-12-09 17:02:17 -08:00
fs_mgr_verity.c Fix Nick's nits 2014-12-09 19:38:23 -08:00