commit | bc08b15b54b8aadbc8a8f413271c07a3f4bead87 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Apr 08 08:31:12 2025 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Apr 08 08:53:52 2025 -1000 |
tree | 9f93227b1f5652bb7f079f267dd3787ba37eabb9 | |
parent | e776b26e3701945e0d20a11dc30ecd4da98e8d67 [diff] |
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation SCX_OPS_HAS_CGROUP_WEIGHT was only used to suppress the missing cgroup weight support warnings. Now that the warnings are removed, the flag doesn't do anything. Mark it for deprecation and remove its usage from scx_flatcg. v2: Actually include the scx_flatcg update. Signed-off-by: Tejun Heo <tj@kernel.org> Suggested-and-reviewed-by: Andrea Righi <arighi@nvidia.com>