]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: replace "cgroup.populated" with "cgroup.events"
authorTejun Heo <tj@kernel.org>
Fri, 18 Sep 2015 21:54:22 +0000 (17:54 -0400)
committerTejun Heo <tj@kernel.org>
Fri, 18 Sep 2015 21:54:22 +0000 (17:54 -0400)
commit3c3765ea73454c618406f1dc38be38c0c7b14ac2
tree10000327cd4426ba55b75b5c9d8954a8bd0bf2a5
parent7249c82069e07140185b2892e73530afca9a7b58
cgroup: replace "cgroup.populated" with "cgroup.events"

memcg already uses "memory.events" for event reporting and other
controllers may need event reporting too.  Let's standardize on
"$SUBSYS.events" interface file for reporting events which don't
happen too frequently and thus can share event notification.

"cgroup.populated" is replaced with "populated" field in
"cgroup.events" and documentation is updated accordingly.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Documentation/cgroups/unified-hierarchy.txt
include/linux/cgroup-defs.h
kernel/cgroup.c