Commit 3ec8db6
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 <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Link: https://lore.kernel.org/linux-raid/[email protected]
Signed-off-by: Yu Kuai <[email protected]>1 parent 790abe4 commit 3ec8db6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9040 | 9040 | | |
9041 | 9041 | | |
9042 | 9042 | | |
9043 | | - | |
| 9043 | + | |
9044 | 9044 | | |
9045 | 9045 | | |
9046 | 9046 | | |
| |||
0 commit comments