chiark / gitweb /
cgroup: always invalidate "cpu" and "cpuacct" together
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Sep 2017 09:17:01 +0000 (11:17 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 5 Sep 2017 09:17:01 +0000 (11:17 +0200)
commit99811701c83de137820dd65f3e5ff4c1d2f486e2
tree8ef47a4aa3bcc544474bcacb2c8a7330b93a786a
parent8d490b33e6e8f70ce7bc2485a02e6a70334f9477
cgroup: always invalidate "cpu" and "cpuacct" together

This doesn't really matter, as we never invalidate cpuacct explicitly,
and there's no real reason to care for it explicitly, however it's
prettier if we always treat cpu and cpuacct as belonging together, the
same way we conisder "io" and "blkio" to belong together.
src/core/cgroup.c