]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - kernel/workqueue.c
workqueue: wake regular worker if need_more_worker() when rescuer leave the pool
[mirror_ubuntu-jammy-kernel.git] / kernel / workqueue.c
index a791a8c32b4f5cd8963609b839d9a2dff71433d2..d3444169e26102d42798da4686be86fa100fbf94 100644 (file)
@@ -2313,11 +2313,11 @@ repeat:
                put_pwq(pwq);
 
                /*
-                * Leave this pool.  If keep_working() is %true, notify a
+                * Leave this pool.  If need_more_worker() is %true, notify a
                 * regular worker; otherwise, we end up with 0 concurrency
                 * and stalling the execution.
                 */
-               if (keep_working(pool))
+               if (need_more_worker(pool))
                        wake_up_worker(pool);
 
                rescuer->pool = NULL;