From: Tejun Heo Date: Thu, 22 Nov 2012 15:32:46 +0000 (-0800) Subject: netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy... X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~57^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba18f7a5e268e095f79e32b7b47e8ce4fbabbe2;p=pandora-kernel.git netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking It turns out that we'll have to live with attributes which are inherited at cgroup creation time but not affected by further updates to the parent afterwards - such attributes are already in wide use e.g. for cpuset. So, there's nothing to do for netcls_cgroup for hierarchy support. Its current behavior - inherit only during creation - is good enough. Move config inheriting from ->css_alloc() to ->css_online() for consistency, which doesn't change behavior at all, and remove .broken_hierarchy marking. Signed-off-by: Tejun Heo Tested-and-Acked-by: Daniel Wagner Acked-by: David S. Miller --- Reading git-diff-tree failed