cgroup: Trivial correction to reflect controller.
authorParav Pandit <pandit.parav@gmail.com>
Sat, 5 Mar 2016 06:00:56 +0000 (11:30 +0530)
committerTejun Heo <tj@kernel.org>
Sat, 5 Mar 2016 12:48:01 +0000 (07:48 -0500)
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 <pandit.parav@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
init/Kconfig

index 22320804fbafdc57b7228b68392199657a7c2f49..9fefb8e405416cfc374f60c9727229eae555ac6f 100644 (file)
@@ -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.