Skip to content

Commit 25bf1ba

Browse files
HASKADOGJonathan Corbet
authored andcommitted
docs: psi: use correct config name
Commit 2ce7135 ("psi: cgroup support") adds documentation which refers to CONFIG_CGROUP, but the correct name is CONFIG_CGROUPS. Correct the reference to CONFIG_CGROUPS. Co-developed-by: Sabina Trendota <sabinatrendota@gmail.com> Signed-off-by: Sabina Trendota <sabinatrendota@gmail.com> Signed-off-by: Ramazan Safiullin <ram.safiullin2001@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230728115600.231068-1-ram.safiullin2001@gmail.com
1 parent 383f308 commit 25bf1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/accounting/psi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Userspace monitor usage example
178178
Cgroup2 interface
179179
=================
180180

181-
In a system with a CONFIG_CGROUP=y kernel and the cgroup2 filesystem
181+
In a system with a CONFIG_CGROUPS=y kernel and the cgroup2 filesystem
182182
mounted, pressure stall information is also tracked for tasks grouped
183183
into cgroups. Each subdirectory in the cgroupfs mountpoint contains
184184
cpu.pressure, memory.pressure, and io.pressure files; the format is

0 commit comments

Comments
 (0)