diff options
author | Tejun Heo <tj@kernel.org> | 2015-11-16 19:13:34 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-11-16 19:13:34 +0300 |
commit | 0d942766453f3d23a51e0a2d430340a178b0903e (patch) | |
tree | 9e26892b1c5797bb2001b121efbd6df5c695a7e6 /Documentation/cgroups/00-INDEX | |
parent | 67e9c74b8a873408c27ac9a8e4c1d1c8d72c93ff (diff) | |
download | linux-0d942766453f3d23a51e0a2d430340a178b0903e.tar.xz |
cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/
In preparation for adding cgroup2 documentation, rename
Documentation/cgroups/ to Documentation/cgroup-legacy/.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'Documentation/cgroups/00-INDEX')
-rw-r--r-- | Documentation/cgroups/00-INDEX | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Documentation/cgroups/00-INDEX b/Documentation/cgroups/00-INDEX deleted file mode 100644 index 3f5a40f57d4a..000000000000 --- a/Documentation/cgroups/00-INDEX +++ /dev/null @@ -1,30 +0,0 @@ -00-INDEX - - this file -blkio-controller.txt - - Description for Block IO Controller, implementation and usage details. -cgroups.txt - - Control Groups definition, implementation details, examples and API. -cpuacct.txt - - CPU Accounting Controller; account CPU usage for groups of tasks. -cpusets.txt - - documents the cpusets feature; assign CPUs and Mem to a set of tasks. -devices.txt - - Device Whitelist Controller; description, interface and security. -freezer-subsystem.txt - - checkpointing; rationale to not use signals, interface. -hugetlb.txt - - HugeTLB Controller implementation and usage details. -memcg_test.txt - - Memory Resource Controller; implementation details. -memory.txt - - Memory Resource Controller; design, accounting, interface, testing. -net_cls.txt - - Network classifier cgroups details and usages. -net_prio.txt - - Network priority cgroups details and usages. -pids.txt - - Process number cgroups details and usages. -resource_counter.txt - - Resource Counter API. -unified-hierarchy.txt - - Description the new/next cgroup interface. |