[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201231154753.09b64ec6@lwn.net>
Date: Thu, 31 Dec 2020 15:47:53 -0700
From: Jonathan Corbet <corbet@....net>
To: winndows@....com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs/mm: concepts.rst: Correct the threshold to low
watermark
On Sun, 27 Dec 2020 15:15:19 +0800
winndows@....com wrote:
> It should be "low watermark" where we wake up kswapd daemon.
>
> Signed-off-by: Liao Pingfang <winndows@....com>
> ---
> Documentation/admin-guide/mm/concepts.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst
> index fa0974f..b966fcf 100644
> --- a/Documentation/admin-guide/mm/concepts.rst
> +++ b/Documentation/admin-guide/mm/concepts.rst
> @@ -184,7 +184,7 @@ pages either asynchronously or synchronously, depending on the state
> of the system. When the system is not loaded, most of the memory is free
> and allocation requests will be satisfied immediately from the free
> pages supply. As the load increases, the amount of the free pages goes
> -down and when it reaches a certain threshold (high watermark), an
> +down and when it reaches a certain threshold (low watermark), an
Applied, thanks.
jon
Powered by blists - more mailing lists