cgroup: don't trim a cgroup we create, we might just take it over from somebody else

This commit is contained in:
Lennart Poettering
2011-07-06 00:14:26 +02:00
parent d5762cf540
commit 38a285d776

View File

@@ -46,9 +46,6 @@ int cgroup_bonding_realize(CGroupBonding *b) {
b->realized = true;
if (b->ours)
cg_trim(b->controller, b->path, false);
return 0;
}