chiark / gitweb /
core: rename cg_unified() to cg_all_unified()
authorTejun Heo <htejun@fb.com>
Mon, 15 Aug 2016 22:13:36 +0000 (18:13 -0400)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:51 +0000 (08:50 +0200)
commit682a7fe521cc3d983dc6c690cbc107a3c8a13344
tree8c16dd3f24e69ea96cc13a3d5aa553b8557c79fa
parentd4ce8390c5aa345602b51099e9d3ed3b74d3ec4d
core: rename cg_unified() to cg_all_unified()

A following patch will update cgroup handling so that the elogind controller
(/sys/fs/cgroup/elogind) 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 elogind
controller is.  In preparation, this patch renames cg_unified() to
cg_all_unified().

This patch doesn't cause any functional changes.
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/core/cgroup.c