Loading kernel/sched/ext.c +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,7 @@ struct sched_ext_ops { * Update @tg's weight to @weight. */ void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight); #endif /* CONFIG_CGROUPS */ #endif /* CONFIG_EXT_GROUP_SCHED */ /* * All online ops must come before ops.cpu_online(). Loading Loading
kernel/sched/ext.c +1 −1 Original line number Diff line number Diff line Loading @@ -589,7 +589,7 @@ struct sched_ext_ops { * Update @tg's weight to @weight. */ void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight); #endif /* CONFIG_CGROUPS */ #endif /* CONFIG_EXT_GROUP_SCHED */ /* * All online ops must come before ops.cpu_online(). Loading