From: Tejun Heo Date: Wed, 23 Apr 2014 15:13:14 +0000 (-0400) Subject: cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy X-Git-Tag: omap-for-v3.16/fixes-against-rc1~81^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea8fd3b47ff4ed4b1b5942bf3e0cb8d8f590ec59;p=pandora-kernel.git cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy cgroup_apply_cftypes() skip creating or removing files if the subsystem is attached to the default hierarchy, which led to missing files in the root of the default hierarchy. Skipping made sense when the default hierarchy was dummy; however, now that the default hierarchy is full functional and planned to be used as the unified hierarchy, it shouldn't be skipped over. Reported-by: Li Zefan Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed