]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: rename cg_unified() to cg_all_unified()
authorTejun Heo <htejun@fb.com>
Mon, 15 Aug 2016 22:13:36 +0000 (18:13 -0400)
committerTejun Heo <tj@kernel.org>
Mon, 15 Aug 2016 22:13:36 +0000 (18:13 -0400)
commitca2f6384aa2076576b316c7253964be90b102d96
treef787c7b2562c217f07bdeaefd34be64a72993162
parent5f9a610ad2b3200a31bbd9181c810726eeb30385
core: rename cg_unified() to cg_all_unified()

A following patch will update cgroup handling so that the systemd controller
(/sys/fs/cgroup/systemd) can use the unified hierarchy even if the kernel
resource controllers are on the legacy hierarchies.  This would require
distinguishing whether all controllers are on cgroup v2 or only the systemd
controller is.  In preparation, this patch renames cg_unified() to
cg_all_unified().

This patch doesn't cause any functional changes.
13 files changed:
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/cgls/cgls.c
src/cgtop/cgtop.c
src/core/cgroup.c
src/core/manager.c
src/core/scope.c
src/core/service.c
src/core/unit.c
src/libsystemd/sd-bus/test-bus-creds.c
src/nspawn/nspawn-cgroup.c
src/nspawn/nspawn-mount.c
src/nspawn/nspawn.c