Merge "vold: fix idlemaint abort may hold the wakelock" into main

This commit is contained in:
David Anderson 2023-08-03 22:28:28 +00:00 committed by Gerrit Code Review
commit 1d0290c4fb

View file

@ -436,7 +436,7 @@ int RunIdleMaint(bool needGC, const android::sp<android::os::IVoldTaskListener>&
idle_maint_stat = IdleMaintStats::kStopped;
lk.unlock();
cv_stop.notify_one();
cv_stop.notify_all();
if (listener) {
android::os::PersistableBundle extras;