|
@@ -2248,7 +2248,7 @@ repeat:
|
|
|
* Slurp in all works issued via this workqueue and
|
|
|
* process'em.
|
|
|
*/
|
|
|
- WARN_ON_ONCE(!list_empty(&rescuer->scheduled));
|
|
|
+ WARN_ON_ONCE(!list_empty(scheduled));
|
|
|
list_for_each_entry_safe(work, n, &pool->worklist, entry)
|
|
|
if (get_work_pwq(work) == pwq)
|
|
|
move_linked_works(work, scheduled, &n);
|