Snap for 11766482 from f66981924d to 24Q3-release

Change-Id: I065b0de0a8bb002c3d31dff96f4b17cd2acea5dd
This commit is contained in:
Android Build Coastguard Worker 2024-04-25 23:25:19 +00:00
commit e1f7dabaa4

View file

@ -198,7 +198,8 @@ Status cp_commitChanges() {
// Walk mounted file systems
for (const auto& mount_rec : mounts) {
const auto fstab_rec = GetEntryForMountPoint(&fstab_default, mount_rec.mount_point);
const auto fstab_rec =
GetEntryForMountPoint(&fstab_default, mount_rec.mount_point, mount_rec.fs_type);
if (!fstab_rec) continue;
if (fstab_rec->fs_mgr_flags.checkpoint_fs) {