runc/cgroups/fs
Alexander Morozov dc82e30089 Fix finding parent for fs cgroups
It was just supposed, that parent always like /root/subsystem, but it
can be /root/subsystem1,subsystem2

Fixes docker/docker#10690

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-03-30 14:12:15 -07:00
..
apply_raw.go Fix finding parent for fs cgroups 2015-03-30 14:12:15 -07:00
blkio.go Revert "cgroups: only return path when subsystem really mounted" 2015-03-23 13:31:42 -07:00
blkio_test.go add test cases for Set interfaces 2015-03-04 08:43:59 +08:00
cpu.go Revert "cgroups: only return path when subsystem really mounted" 2015-03-23 13:31:42 -07:00
cpu_test.go add test cases for Set interfaces 2015-03-04 08:43:59 +08:00
cpuacct.go add Set interface 2015-03-04 08:42:04 +08:00
cpuset.go Do not fail cgroups setup if parent cgroup does not exist. 2015-03-16 21:09:37 +00:00
cpuset_test.go add test cases for Set interfaces 2015-03-04 08:43:59 +08:00
devices.go Revert "cgroups: only return path when subsystem really mounted" 2015-03-23 13:31:42 -07:00
devices_test.go cgroups: don't use d.path for cgroup tests files 2015-03-09 09:32:02 +08:00
freezer.go Revert "cgroups: only return path when subsystem really mounted" 2015-03-23 13:31:42 -07:00
memory.go Revert "cgroups: only return path when subsystem really mounted" 2015-03-23 13:31:42 -07:00
memory_test.go add Set memoryswap test cases 2015-03-09 10:25:12 +08:00
perf_event.go add Set interface 2015-03-04 08:42:04 +08:00
stats_util_test.go Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
util_test.go cgroups: don't use d.path for cgroup tests files 2015-03-09 09:32:02 +08:00
utils.go add function to get string value from cgroup file 2015-03-04 08:42:56 +08:00
utils_test.go Fix vet errors 2014-11-05 15:38:58 -08:00