]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/cgroup-util.c
cgroup-util: cg_kernel_controllers(): Fix comment about including "name="
authorLuke Shumaker <lukeshu@parabola.nu>
Sat, 10 Jun 2017 04:06:45 +0000 (00:06 -0400)
committerLuke Shumaker <lukeshu@parabola.nu>
Fri, 20 Jul 2018 16:12:02 +0000 (12:12 -0400)
commitf09e86bcaa012d64addd2314fa6054657a02f64c
treed43e25fb212e73c103d8b0ec4403e5480dd0bdef
parent93dbdf6cb1466133def725986a4605f8594959ae
cgroup-util: cg_kernel_controllers(): Fix comment about including "name="

Remove "arbitrary named hierarchies" from the list of things that
cg_kernel_controllers() might return, and clarify that "name="
pseudo-controllers are not included in the returned list.

/proc/cgroups does not contain "name=" pseudo-controllers, and
cg_kernel_controllers() makes no effort to enumerate them via a different
mechanism.
src/basic/cgroup-util.c