commit | 51e0e487225e8abfc727f790a5427cdaf07965a4 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Jul 05 12:21:15 2017 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Thu Jul 06 13:31:30 2017 -0700 |
tree | 1b9efccf50fffd25f73aea6b9106429756d896f5 | |
parent | 006fbcd5fdf930168a1984cda0d6f8e2dc56ed56 [diff] |
fs_mgr: refactor pre-mount logic into prepare_fs_for_mount() There were several duplications in the code that runs before a filesystem is mounted. This made it difficult to start running tune2fs to set the encryption feature flag. Refactor to deduplicate the logic, and improve the log messages. Bug: 36231741 Change-Id: I90846dad9c5ec85b3c5460615dec4cc19cb7e198