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

Commit 684122a2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: overlayfs: CreateDynamicScratch for *partition_exists"

parents 2929ab63 5ced7600
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;
}