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

Commit 20522b21 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6997403 from 2d5e05b4 to rvc-qpr2-release

Change-Id: I5d7542c93c44ee3eea37bc46dd9185a8acd4592b
parents 4d307493 2d5e05b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ std::recursive_mutex mMountsLock;
/* Map of all quota mounts from target to source */
std::unordered_map<std::string, std::string> mQuotaReverseMounts;

std::string& FindQuotaDeviceForUuid(const std::string& uuid) {
std::string FindQuotaDeviceForUuid(const std::string& uuid) {
    std::lock_guard<std::recursive_mutex> lock(mMountsLock);
    auto path = create_data_path(uuid.empty() ? nullptr : uuid.c_str());
    return mQuotaReverseMounts[path];