Re: [PATCH v2] workqueue: Remove the warning in wq_worker_sleeping()

From: Sebastian Andrzej Siewior
Date: Fri Apr 03 2020 - 14:25:22 EST


On 2020-04-03 13:45:00 [-0400], Daniel Jordan wrote:
> Why would preemption prevent it? Interrupts are still enabled.
>
> What am I missing? :-)

Preemption is disabled which means no other task is allowed to be
scheduled.

Sebastian