• T
    cgroup: implement cgroup_rm_cftypes() · 79578621
    Tejun Heo 提交于
    Implement cgroup_rm_cftypes() which removes an array of cftypes from a
    subsystem.  It can be called whether the target subsys is attached or
    not.  cgroup core will remove the specified file from all existing
    cgroups.
    
    This will be used to improve sub-subsys modularity and will be helpful
    for unified hierarchy.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Acked-by: NLi Zefan <lizf@cn.fujitsu.com>
    79578621
cgroup.c 142.9 KB