Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f17902b3 authored by Bo Hu's avatar Bo Hu Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: Don't report 'Skip mounting partitions'"

parents bb1b83e3 42b28b09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -714,6 +714,7 @@ bool SkipMountingPartitions(Fstab* fstab) {
                                 [&skip_mount_point](const auto& entry) {
                                     return entry.mount_point == skip_mount_point;
                                 });
        if (it == fstab->end()) continue;
        fstab->erase(it, fstab->end());
        LOG(INFO) << "Skip mounting partition: " << skip_mount_point;
    }