chiark / gitweb /
cgroup: always recreate cgroup before we try to apply attributes
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Nov 2011 21:02:36 +0000 (22:02 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Nov 2011 21:02:36 +0000 (22:02 +0100)
commit6ddaf1ca4ab0e6a094f6d37fa1e0c604c6d867ba
treeccfc214de3f3067643cc17273cc08addf425c166
parentf632a6634dd4eff041425aa9b3fb48ccfa98c014
cgroup: always recreate cgroup before we try to apply attributes

We might have trimmed the cgroup tree previously, hence don't trust our
own "realized" flag, always recreate cgroup tree before applying our
attributes to make sure this actually works out.

https://bugzilla.redhat.com/show_bug.cgi?id=749687
src/cgroup.c