]> git.ipfire.org Git - thirdparty/linux.git/commit
random: replace use of system_unbound_wq with system_dfl_wq
authorMarco Crivellari <marco.crivellari@suse.com>
Thu, 30 Oct 2025 15:57:28 +0000 (16:57 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 30 Oct 2025 17:40:12 +0000 (18:40 +0100)
commitaba5f969f886d298c7fc777538a12b52095203ab
treeda04638bfb036fc3df7855c8186d3dac3be87bf7
parent5d49f1a5bd358d24e5f88b23b46da833de1dbec8
random: replace use of system_unbound_wq with system_dfl_wq

system_unbound_wq has been renamed to system_dfl_wq in 128ea9f6ccfb
("workqueue: Add system_percpu_wq and system_dfl_wq"), so update
random.c's usage of it system_unbound_wq to reflect the new change. The
old system_unbound_wq is slated for removal in the next few cycles.

Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c