Revert "sched/fair: apply init protection"

This reverts commit 1811b5b3e5.
This commit is contained in:
Ksawlii 2024-12-17 21:14:50 +01:00
parent 2023e9d3a9
commit 825fa0d2ea

View file

@ -663,9 +663,6 @@ int sched_proc_update_handler(struct ctl_table *table, int write,
if (ret || !write)
return ret;
if (task_is_booster(current))
return 0;
sched_nr_latency = DIV_ROUND_UP(sysctl_sched_latency,
sysctl_sched_min_granularity);