cgroup: warn about broken hierarchies only after css_online
authorGlauber Costa <glommer@parallels.com>
Fri, 30 Nov 2012 13:31:23 +0000 (17:31 +0400)
committerTejun Heo <tj@kernel.org>
Fri, 30 Nov 2012 15:11:07 +0000 (07:11 -0800)
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 <glommer@parallels.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found