Re: [PATCH] md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueue

From: Tejun Heo
Date: Mon Jun 02 2025 - 13:23:31 EST


On Sun, Jun 01, 2025 at 10:37:02AM +0900, Ryo Takakura wrote:
> When specified with WQ_CPU_INTENSIVE, the workqueue doesn't
> participate in concurrency management. This behaviour is already
> accounted for WQ_UNBOUND workqueues given that they are assigned
> to their own worker threads.
>
> Unset WQ_CPU_INTENSIVE as the use of flag has no effect when
> used with WQ_UNBOUND.
>
> Signed-off-by: Ryo Takakura <ryotkkr98@xxxxxxxxx>

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks.

--
tejun