linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: psi: use correct config name
@ 2023-07-28 11:56 Ramazan Safiullin
  2023-07-31 15:54 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Ramazan Safiullin @ 2023-07-28 11:56 UTC (permalink / raw)
  To: Lukas Bulwahn, Johannes Weiner, Suren Baghdasaryan,
	Jonathan Corbet, linux-doc, linux-kernel
  Cc: Ramazan Safiullin, Sabina Trendota

Commit 2ce7135adc9a ("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>
---
 Documentation/accounting/psi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/accounting/psi.rst b/Documentation/accounting/psi.rst
index df6062eb3abb..d455db3e5808 100644
--- a/Documentation/accounting/psi.rst
+++ b/Documentation/accounting/psi.rst
@@ -178,7 +178,7 @@ Userspace monitor usage example
 Cgroup2 interface
 =================
 
-In a system with a CONFIG_CGROUP=y kernel and the cgroup2 filesystem
+In a system with a CONFIG_CGROUPS=y kernel and the cgroup2 filesystem
 mounted, pressure stall information is also tracked for tasks grouped
 into cgroups. Each subdirectory in the cgroupfs mountpoint contains
 cpu.pressure, memory.pressure, and io.pressure files; the format is
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: psi: use correct config name
  2023-07-28 11:56 [PATCH] docs: psi: use correct config name Ramazan Safiullin
@ 2023-07-31 15:54 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-07-31 15:54 UTC (permalink / raw)
  To: Ramazan Safiullin, Lukas Bulwahn, Johannes Weiner,
	Suren Baghdasaryan, linux-doc, linux-kernel
  Cc: Ramazan Safiullin, Sabina Trendota

Ramazan Safiullin <ram.safiullin2001@gmail.com> writes:

> Commit 2ce7135adc9a ("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>
> ---
>  Documentation/accounting/psi.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/accounting/psi.rst b/Documentation/accounting/psi.rst
> index df6062eb3abb..d455db3e5808 100644
> --- a/Documentation/accounting/psi.rst
> +++ b/Documentation/accounting/psi.rst
> @@ -178,7 +178,7 @@ Userspace monitor usage example
>  Cgroup2 interface
>  =================
>  
> -In a system with a CONFIG_CGROUP=y kernel and the cgroup2 filesystem
> +In a system with a CONFIG_CGROUPS=y kernel and the cgroup2 filesystem
>  mounted, pressure stall information is also tracked for tasks grouped
>  into cgroups. Each subdirectory in the cgroupfs mountpoint contains
>  cpu.pressure, memory.pressure, and io.pressure files; the format is

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-31 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 11:56 [PATCH] docs: psi: use correct config name Ramazan Safiullin
2023-07-31 15:54 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).