diff options
| author | 2024-06-18 10:09:16 -1000 | |
|---|---|---|
| committer | 2024-06-18 10:09:16 -1000 | |
| commit | df268382adc1f7aa3ad92f7de71b70395f24e4e7 (patch) | |
| tree | b6257ef96844fd786d14c8b022e8e4a6a1145a31 /kernel/fork.c | |
| parent | Merge branch 'bpf/for-next' into sched_ext-base (diff) | |
| download | wireguard-linux-df268382adc1f7aa3ad92f7de71b70395f24e4e7.tar.xz wireguard-linux-df268382adc1f7aa3ad92f7de71b70395f24e4e7.zip | |
sched: Restructure sched_class order sanity checks in sched_init()
Currently, sched_init() checks that the sched_class'es are in the expected
order by testing each adjacency which is a bit brittle and makes it
cumbersome to add optional sched_class'es. Instead, let's verify whether
they're in the expected order using sched_class_above() which is what
matters.
Signed-off-by: Tejun Heo <tj@kernel.org>
Suggested-by: Peter Zijlstra <peterz@infradead.org>
Reviewed-by: David Vernet <dvernet@meta.com>
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions
