Re: [PATCH 05/15] sched_ext: Relocate reenq_local() and run_deferred()

From: Daniel Jordan

Date: Fri Mar 06 2026 - 18:54:32 EST


On Fri, Mar 06, 2026 at 09:06:13AM -1000, Tejun Heo wrote:
> Previously, both process_ddsp_deferred_locals() and reenq_local() required
> forward declarations. Reorganize so that only run_deferred() needs to be
> declared. This reduces forward declaration clutter and will ease adding more
> to the run_deferred() path.
>
> No functional changes.
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>

Reviewed-by: Daniel Jordan <daniel.m.jordan@xxxxxxxxxx>

process_ddsp_deferred_locals() could be moved closer to run_deferred()
like reenq_local() is.