Merge "Store result of mount_all for mounted userdata by metadata encryption"
This commit is contained in:
commit
8df6d9e0de
|
@ -1534,6 +1534,8 @@ MountAllResult fs_mgr_mount_all(Fstab* fstab, int mount_mode) {
|
||||||
attempted_entry.mount_point},
|
attempted_entry.mount_point},
|
||||||
nullptr)) {
|
nullptr)) {
|
||||||
++error_count;
|
++error_count;
|
||||||
|
} else if (current_entry.mount_point == "/data") {
|
||||||
|
userdata_mounted = true;
|
||||||
}
|
}
|
||||||
encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED;
|
encryptable = FS_MGR_MNTALL_DEV_IS_METADATA_ENCRYPTED;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue