Files
runc/libcontainer/cgroups/fs2
Kir Kolyshkin 1cbfe23464 libct/cg: rm dead code
This was initially added by commits 41d9d26513 and 4a8f0b4db4,
apparently to implement docker run --cgroup container:ID, which was
never merged. Therefore, this code is not and was never used.

It needs to be removed mainly because having it makes it much harder to
understand how cgroup manager works (because with this in place we have
not one or two but three sets of cgroup paths to think about).

Note if the paths are known and there is a need to add a PID to existing
cgroup, cgroup manager is not needed at all -- something like
cgroups.WriteCgroupProc or cgroups.EnterPid is sufficient (and the
latter is what runc exec uses in (*setnsProcess).start).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-08-08 13:03:51 -07:00
..
2021-06-22 12:00:54 -07:00
2020-10-01 18:36:56 +02:00
2021-08-08 13:03:51 -07:00
2021-06-22 16:09:47 -07:00
2021-06-22 16:09:47 -07:00
2021-06-22 16:09:47 -07:00
2021-06-22 16:09:47 -07:00
2021-07-27 01:41:47 -07:00
2021-06-22 12:00:54 -07:00
2021-06-22 16:09:47 -07:00
2021-06-22 16:09:47 -07:00