]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/sched_ext: Remove dead -d option in scx_flatcg
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Sun, 19 Apr 2026 16:36:13 +0000 (00:36 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 20 Apr 2026 16:54:44 +0000 (06:54 -1000)
commitce0fb14ea592eb84d6a01b948f2684ddfaac5832
tree6ba3e111b8f88f2adad3f0ab9f87c3617e986bbf
parente613cc236188bafdc6dd30fd6d26f97b1661c512
tools/sched_ext: Remove dead -d option in scx_flatcg

The -d option was non-functional, only toggling a variable that was
echoed in the status line but never used to dump the cgroup hierarchy.
Remove the option to avoid documenting dead code as a feature.

Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/sched_ext/scx_flatcg.c