diff options
| author | Breno Leitao <leitao@debian.org> | 2026-08-19 07:37:35 -0700 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-08-31 12:07:57 -1000 |
| commit | 8386ed68ae041b4d0919d851ec5300e41c1c2195 (patch) | |
| tree | 9d1150e8b012fe2d11d5a5f1f9b7e37c0a84f305 /scripts/Makefile.thinlto | |
| parent | 93e257938aa67a6c957217db94091d9d9e5d403f (diff) | |
| download | linux-next-8386ed68ae041b4d0919d851ec5300e41c1c2195.tar.gz linux-next-8386ed68ae041b4d0919d851ec5300e41c1c2195.zip | |
workqueue: move the unbound-only attrs check to apply_workqueue_attrs()
apply_workqueue_attrs_locked() refuses any workqueue without WQ_UNBOUND.
That is the right rule for changing a workqueue's attributes, but it also
blocks the internal callers, and building a percpu workqueue's pwq table
through this path needs them.
Move the check into apply_workqueue_attrs(), the exported entry point,
which is the one that changes attributes on a live workqueue.
Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
