sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()
authorIngo Molnar <mingo@kernel.org>
Tue, 19 Sep 2023 08:31:15 +0000 (10:31 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Sep 2023 08:32:15 +0000 (10:32 +0200)
commit82845683ca6a15fe8c7912c6264bb0e84ec6f5fb
tree24de1520a6a0699e1827a129d7315279e79f4119
parent7ad0354d18ae05e9c8885251e234cbcf141f8972
sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()

Other scheduling classes already postfix their similar methods
with the class name.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
kernel/sched/fair.c