From: Tejun Heo Date: Sun, 1 Apr 2012 19:09:56 +0000 (-0700) Subject: cgroup: implement cgroup_rm_cftypes() X-Git-Tag: v3.5-rc1~142^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79578621b4847afdef48d19a28d00e3b188c37e1;p=pandora-kernel.git cgroup: implement cgroup_rm_cftypes() 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: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed