Re: [PATCH 2/7] workqueue: Implement disable/enable for (delayed) work items

From: Tejun Heo
Date: Thu Feb 22 2024 - 03:25:27 EST


On Thu, Feb 22, 2024 at 12:34:52PM +0800, Lai Jiangshan wrote:
> It can use local_irq_restore() directly or the next patch needs to be fixed.
>
> The next patch making enable_work() able to be called in any context
> forgets to change local_irq_enable() to local_irq_restore().

Ah, right, thanks. This should have been irq_restore.

--
tejun