Snap for 11766482 from f66981924d
to 24Q3-release
Change-Id: I065b0de0a8bb002c3d31dff96f4b17cd2acea5dd
This commit is contained in:
commit
e1f7dabaa4
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue