mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
44b75e760e
This function should not really be used for cgroupv2 code. Currently it is used in kubernetes code, so we can't remove the v2 case yet. Add a TODO item to remove v2 code once kubernetes is converted to not use it, and separate out v1 code. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>