]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/cgroup.c
core: update populated event handling in unified hierarchy
authorTejun Heo <htejun@fb.com>
Fri, 25 Mar 2016 15:38:50 +0000 (11:38 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 26 Mar 2016 16:05:57 +0000 (12:05 -0400)
commitab2c3861dcbece00d1c03357556faced6e048de0
tree1da00457db4c3665b253e4424890b9a06b7737bd
parent099619957a0d9ae0e6e5e221493e40fb8fc2cd81
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
src/nspawn/nspawn-cgroup.c