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