Re: [PATCH 1/4] cgroup: warn about broken hierarchies only after css_online
From: Glauber Costa <hidden>
Date: 2012-11-30 15:14:08
Also in:
linux-mm
From: Glauber Costa <hidden>
Date: 2012-11-30 15:14:08
Also in:
linux-mm
On 11/30/2012 07:11 PM, Tejun Heo wrote:
On Fri, Nov 30, 2012 at 05:31:23PM +0400, Glauber Costa wrote:quoted
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 <redacted>Applied to cgroup/for-3.8. Thanks!
We just need to be careful because when we merge it with morton's, more bits will need converting.