commit | ff9fb7cb515b32ac8d479b086c7c8c565d6905fb | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Fri Apr 19 10:03:05 2019 -0700 |
committer | Tejun Heo <tj@kernel.org> | Fri Apr 19 11:26:49 2019 -0700 |
tree | bb6b90abd92d808f0532137a6abc04a57cab4a66 | |
parent | 76f969e8948d82e78e1bc4beb6b9465908e74873 [diff] |
kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy() If the cgroup destruction races with an exit() of a belonging process(es), cg_kill_all() may fail. It's not a good reason to make cg_destroy() fail and leave the cgroup in place, potentially causing next test runs to fail. Signed-off-by: Roman Gushchin <guro@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Shuah Khan <shuah@kernel.org> Cc: kernel-team@fb.com Cc: linux-kselftest@vger.kernel.org