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

From: Yu Kuai
Date: Sat Jun 14 2025 - 02:43:11 EST


在 2025/06/01 9:37, Ryo Takakura 写道:
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>
---

Applied to md-6.16

Thanks
Kuai