]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: add cgroup_subsys->css_e_css_changed()
authorTejun Heo <tj@kernel.org>
Tue, 18 Nov 2014 07:49:51 +0000 (02:49 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 18 Nov 2014 07:49:51 +0000 (02:49 -0500)
commit542cc7bb3f179786c87256d7873d89cb3f75bc2c
tree509bdb009fdd4cbc87c75b2138e07600afc357ac
parent31ff973a290610488b4e738dcf54be5d18817b11
cgroup: add cgroup_subsys->css_e_css_changed()

Add a new cgroup_subsys operatoin ->css_e_css_changed().  This is
invoked if any of the effective csses seen from the css's cgroup may
have changed.  This will be used to implement cgroup writeback
support.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Zefan Li <lizefan@huawei.com>
include/linux/cgroup.h
kernel/cgroup.c