commit | 304881205579d65819711d8fe733c31f100977fa | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Nov 15 09:11:20 2023 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Fri Nov 17 14:28:30 2023 -0800 |
tree | 2e967ca804f8986de415f34be5e27c9a624e37c3 | |
parent | 72d8882153f4f18fe039d7c26302dd2708159bc2 [diff] |
Revert "libprocessgroup: Add a function to remove only empty process groups" Revert this CL because it tests whether or not cgroup.procs files are empty with the stat() system call and because the cgroup filesystem always reports st_size == 0. Rename RemoveUidCgroups() into RemoveEmptyUidCgroups(). Change-Id: I4de6f16c814c4b47d8d74c8045f0c1ee71975ac0 Signed-off-by: Bart Van Assche <bvanassche@google.com>