在 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