docs: cgroup-v1: Fix description for css_online
authorI Hsin Cheng <richard120310@gmail.com>
Mon, 8 Apr 2024 03:53:29 +0000 (11:53 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 8 Apr 2024 18:01:36 +0000 (08:01 -1000)
commita24e3b7d27c63036dac32d20d18eeeceb54ca207
tree0af294b58525e0d685ddd8e29e7d59557f9d8bf8
parent812c5945bdb8fbdc7420e3467d005bac04e6fcf6
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>
Documentation/admin-guide/cgroup-v1/cgroups.rst