Loading fs_mgr/fs_mgr_roots.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -118,15 +118,6 @@ bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& } int result = fs_mgr_do_mount_one(*rec, mount_point); if (result == -1 && rec->fs_mgr_flags.formattable) { PERROR << "Failed to mount " << mount_point << "; formatting"; bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; if (fs_mgr_do_format(*rec, crypt_footer) != 0) { PERROR << "Failed to format " << mount_point; return false; } result = fs_mgr_do_mount_one(*rec, mount_point); } if (result == -1) { PERROR << "Failed to mount " << mount_point; Loading Loading
fs_mgr/fs_mgr_roots.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -118,15 +118,6 @@ bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& } int result = fs_mgr_do_mount_one(*rec, mount_point); if (result == -1 && rec->fs_mgr_flags.formattable) { PERROR << "Failed to mount " << mount_point << "; formatting"; bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; if (fs_mgr_do_format(*rec, crypt_footer) != 0) { PERROR << "Failed to format " << mount_point; return false; } result = fs_mgr_do_mount_one(*rec, mount_point); } if (result == -1) { PERROR << "Failed to mount " << mount_point; Loading