mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
cgroup: don't trim a cgroup we create, we might just take it over from somebody else
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user