mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-25 21:25:59 +07:00
cgroup: kill processes even in cgroups that aren't realized
This commit is contained in:
parent
0aef434548
commit
31e54cc807
@ -189,7 +189,7 @@ int cgroup_bonding_kill(CGroupBonding *b, int sig, bool sigcont, Set *s) {
|
||||
assert(sig >= 0);
|
||||
|
||||
/* Don't kill cgroups that aren't ours */
|
||||
if (!b->realized || !b->ours)
|
||||
if (!b->ours)
|
||||
return 0;
|
||||
|
||||
return cg_kill_recursive(b->controller, b->path, sig, sigcont, true, false, s);
|
||||
|
Loading…
Reference in New Issue
Block a user