]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup: always invalidate "cpu" and "cpuacct" together
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Sep 2017 09:17:01 +0000 (11:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 13:24:54 +0000 (15:24 +0200)
commit7cce4fb7f703fa928caf10e5b4e235625ee4bf80
treeab5f6d77c9b80aa1f25c60593addb731e660ff11
parent8b238b13b1fd133826a6eb0515d75a4c501016ae
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