commit | a7f1a9fec830aeaaa02f78cfdd4d17e0f75ab848 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Nov 19 11:39:39 2020 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Thu Nov 19 11:41:09 2020 -0800 |
tree | 433474b7c7ae9abd9833e25d77f60a367fa61672 | |
parent | 279a719fe688926d9ff72960a1ffb4182280d262 [diff] |
fs_mgr: move mkdir(mount_point) to prepare_fs_for_mount() prepare_fs_for_mount() attempts to mount() the block device at the mount_point, so it must be created beforehand, as opposed to later in __mount() where it is done now. Also fix slight bugs with using fstab.mount_point instead of an alternative specified mount_point. Test: boot Change-Id: I758b6a6efe2dd99433fc1974b69cb6f7ce3bc0c2