chiark / gitweb /
core: update populated event handling in unified hierarchy
authorTejun Heo <htejun@fb.com>
Fri, 25 Mar 2016 15:38:50 +0000 (11:38 -0400)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
commit4ab1b2fb9530b93b124e547079c6b151deed898d
treeb1f70d9eac988ec037ca25208b7a199c01c87275
parent79f892872f95554d867718b70e581431c815cb06
core: update populated event handling in unified hierarchy

Earlier during the development of unified hierarchy, the populated event was
reported through by the dedicated "cgroup.populated" file; however, the
interface was updated so that it's reported through the "populated" field of
"cgroup.events" file.  Update populated event handling logic accordingly.
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/core/cgroup.c