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

Original change: https://android-review.googlesource.com/c/platform/system/vold/+/2672655

Change-Id: I94c330852d10c8c9eda83023d50f8ad0252ade28
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Anderson 2023-08-03 23:07:34 +00:00 committed by Automerger Merge Worker
commit ba9097a253

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;