From: Parav Pandit Date: Sat, 5 Mar 2016 06:00:56 +0000 (+0530) Subject: cgroup: Trivial correction to reflect controller. X-Git-Tag: v4.6-rc1~92^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cc578df40bd60b791725e4451bc01f8c80abd8b;p=platform%2Fkernel%2Flinux-exynos.git cgroup: Trivial correction to reflect controller. Trivial correction in menuconfig help to reflect PIDs as controller instead of subsystem to align to rest of the text and documentation. Signed-off-by: Parav Pandit Signed-off-by: Tejun Heo --- diff --git a/init/Kconfig b/init/Kconfig index 2232080..9fefb8e 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1047,10 +1047,10 @@ config CGROUP_PIDS is fairly trivial to reach PID exhaustion before you reach even a conservative kmemcg limit. As a result, it is possible to grind a system to halt without being limited by other cgroup policies. The - PIDs cgroup subsystem is designed to stop this from happening. + PIDs controller is designed to stop this from happening. It should be noted that organisational operations (such as attaching - to a cgroup hierarchy will *not* be blocked by the PIDs subsystem), + to a cgroup hierarchy will *not* be blocked by the PIDs controller), since the PIDs limit only affects a process's ability to fork, not to attach to a cgroup.