Re: [lxc-devel] [PATCH 1/2] clean up syncs

2013-01-15 Thread Stéphane Graber
On 01/14/2013 06:32 PM, Serge Hallyn wrote: > Always unblock parent when child setup fails, rather than just > exiting. > > Also remove a duplicate call to setup_cgroup(). We'll want it > close to there for userns, but not right there - that's too late, > and could happen after container init has

[lxc-devel] [PATCH 1/2] clean up syncs

2013-01-14 Thread Serge Hallyn
Always unblock parent when child setup fails, rather than just exiting. Also remove a duplicate call to setup_cgroup(). We'll want it close to there for userns, but not right there - that's too late, and could happen after container init has done something bad without cgroup restrictions. Signed