From: Glauber Costa Date: Fri, 30 Nov 2012 13:31:23 +0000 (+0400) Subject: cgroup: warn about broken hierarchies only after css_online X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~57^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f869e8711d18aaf6e2979922bc9377ad394b82f;p=pandora-kernel.git cgroup: warn about broken hierarchies only after css_online If everything goes right, it shouldn't really matter if we are spitting this warning after css_alloc or css_online. If we fail between then, there are some ill cases where we would previously see the message and now we won't (like if the files fail to be created). I believe it really shouldn't matter: this message is intended in spirit to be shown when creation succeeds, but with insane settings. Signed-off-by: Glauber Costa Signed-off-by: Tejun Heo --- Reading git-diff-tree failed