Re: [RFC PATCH v4 06/28] sched/rt: Remove rq field in struct rt_rq
From: Juri Lelli
Date: Thu Jan 15 2026 - 11:12:37 EST
Hello,
On 01/12/25 13:41, Yuri Andriaccio wrote:
> The rq field now is just caching the pointer to the global runqueue of the
> given rt_rq, so it is unnecessary as the global runqueue can be retrieved
> in other ways.
OK, but it's not actually removed, is it? Looks like it's re-purposed for
later usage? If that's the case maybe $SUBJECT should say so (and maybe
changelog point this out as well), just so we don't create confusion.
Thanks,
Juri