Re: [PATCH 1/5] sched/psi: Make psi stubs consistent for !CONFIG_PSI

From: John Stultz

Date: Mon Nov 17 2025 - 20:07:00 EST


On Mon, Nov 17, 2025 at 10:56 AM K Prateek Nayak <kprateek.nayak@xxxxxxx> wrote:
>
> commit 1a6151017ee5 ("sched: psi: pass enqueue/dequeue flags to psi
> callbacks directly") modified the psi_enqueue() and psi_dequeue()
> functions to take the complete enqueue/dequeue flags but left the stubs
> for !CONFIG_PSI unaltered.
>
> Modify the stubs to also accept the flags argument to keep it consistent
> with CONFIG_PSI.
>
> Signed-off-by: K Prateek Nayak <kprateek.nayak@xxxxxxx>

I'm not super deep in the PSI logic, but this looks obviously correct.
Thanks for cleaning this up.
Reviewed-by: John Stultz <jstultz@xxxxxxxxxx>