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 <[email protected]> Signed-off-by: Sabina Trendota <[email protected]> Signed-off-by: Ramazan Safiullin <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 383f308 commit 25bf1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)