aboutsummaryrefslogtreecommitdiff
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorGravatar I Hsin Cheng <richard120310@gmail.com> 2024-04-08 11:53:29 +0800
committerGravatar Tejun Heo <tj@kernel.org> 2024-04-08 08:01:36 -1000
commita24e3b7d27c63036dac32d20d18eeeceb54ca207 (patch)
tree0af294b58525e0d685ddd8e29e7d59557f9d8bf8 /Documentation/admin-guide
parentcgroup/cpuset: Add test_cpuset_v1_hp.sh (diff)
downloadlinux-a24e3b7d27c63036dac32d20d18eeeceb54ca207.tar.gz
linux-a24e3b7d27c63036dac32d20d18eeeceb54ca207.tar.bz2
linux-a24e3b7d27c63036dac32d20d18eeeceb54ca207.zip
docs: cgroup-v1: Fix description for css_online
The original description refers to the comment on cgroup_for_each_descendant_pre() for more details. However, the macro cgroup_for_each_descendant_pre() no longer exist, we replace it with the corresponding macro cgroup_for_each_live_descendant_pre(). Signed-off-by: I Hsin Cheng <richard120310@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r--Documentation/admin-guide/cgroup-v1/cgroups.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v1/cgroups.rst b/Documentation/admin-guide/cgroup-v1/cgroups.rst
index 9343148ee993..a3e2edb3d274 100644
--- a/Documentation/admin-guide/cgroup-v1/cgroups.rst
+++ b/Documentation/admin-guide/cgroup-v1/cgroups.rst
@@ -570,7 +570,7 @@ visible to cgroup_for_each_child/descendant_*() iterators. The
subsystem may choose to fail creation by returning -errno. This
callback can be used to implement reliable state sharing and
propagation along the hierarchy. See the comment on
-cgroup_for_each_descendant_pre() for details.
+cgroup_for_each_live_descendant_pre() for details.
``void css_offline(struct cgroup *cgrp);``
(cgroup_mutex held by caller)