Re: [PATCH] sched/eevdf: fix rb augmented with multi fields
From: Kayra Cizmeci
Date: Thu Sep 10 2026 - 01:59:54 EST
>> The bool exit on min_vruntime_update() parameter appears to be unused
>> when I grep or search for any use case. Could we remove it?
> grep for RBCOMPUTE, you'll find it used in RBNAME ## _propagate().
I knew that it is used there. But it's not really used in min_vruntime_update().
Reading some code, the parameter is here because there are 2 different functions for RBCOMPUTE
and one of them uses the parameter while the other not uses it.
So it's better if we remove it, but there is no clean way that I can see using to remove it.