+1
−1
Loading
c2a57380 ("sched: Replace use of system_unbound_wq with system_dfl_wq") converted system_unbound_wq usages in ext.c but missed the queue_rcu_work() call in scx_kobj_release() which was added later by the dynamic scx_sched allocation conversion. Apply the same conversion. Signed-off-by:Tejun Heo <tj@kernel.org> Cc: Marco Crivellari <marco.crivellari@suse.com>