Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -4374,8 +4374,8 @@ void destroy_workqueue(struct workqueue_struct *wq)
|
||||
for_each_pwq(pwq, wq) {
|
||||
spin_lock_irq(&pwq->pool->lock);
|
||||
if (WARN_ON(pwq_busy(pwq))) {
|
||||
pr_warning("%s: %s has the following busy pwq\n",
|
||||
__func__, wq->name);
|
||||
pr_warn("%s: %s has the following busy pwq\n",
|
||||
__func__, wq->name);
|
||||
show_pwq(pwq);
|
||||
spin_unlock_irq(&pwq->pool->lock);
|
||||
mutex_unlock(&wq->mutex);
|
||||
|
||||
Reference in New Issue
Block a user