md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueue
authorRyo Takakura <ryotkkr98@gmail.com>
Sun, 1 Jun 2025 01:37:02 +0000 (10:37 +0900)
committerYu Kuai <yukuai3@huawei.com>
Sat, 12 Jul 2025 09:52:11 +0000 (17:52 +0800)
commit3ec8db61e7852b0d0637483c8fd249533d701bff
tree78c57aa7fd22393c903d2341e5cfc9c74ac65e1d
parent790abe4d77af736e2521ef121fae8c6ed2799773
md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueue

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@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/linux-raid/20250601013702.64640-1-ryotkkr98@gmail.com
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
drivers/md/raid5.c