mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
e0ce428bce
Initially, this was copied over from libcontainer/cgroups, where it made sense as for cgroup v1 we have multiple controllers and mount points. Here, we only have a single mount, so there's no need for the whole type. Replace all that with a simple error (which is currently internal since the only user is our own test case). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>