mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
12e06a7c4f
If the sub-cgroup RemovePath has failed for any reason, return the error right away. This way, we don't have to check for err != nil before retrying rmdir. This is a cosmetic change and should not change any functionality. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>