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

Commit 09bbf647 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "fs_mgr: overlayfs: CreateDynamicScratch for *partition_exists" am:...

Merge "fs_mgr: overlayfs: CreateDynamicScratch for *partition_exists" am: 684122a2 am: 066cfa37 am: 47afe8f6

Change-Id: I3d0567affeb31c92a3370585c9b0959a50392d3a
parents 6d3fa224 47afe8f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1026,6 +1026,8 @@ static bool CreateDynamicScratch(std::string* scratch_device, bool* partition_ex
        }

        if (change) *change = true;
    } else if (scratch_device->empty()) {
        *scratch_device = GetBootScratchDevice();
    }
    return true;
}