commit | 8d3bcd4b6a3bdf2fd1302bd6e89413ff57168e0d | [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 | eb42bb8c8ba93b092e50e5426a07c692fa76d8b2 [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