mirror of https://github.com/torvalds/linux.git
Documentation/mm: fix spelling mistake
The word watermark was misspelled as "watemark". Link: https://lkml.kernel.org/r/CAO9wTFhe4sf1eVVgijt2cdLPPsUHBj7B=HN-380_JSpve5KbvQ@mail.gmail.com Signed-off-by: Suchit <suchitkarunakaran@gmail.com> Cc: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
0d40cfe63a
commit
8e4909d693
|
|
@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if stealing the page would
|
||||||
alleviate memory pressure on any zone in the page's node that has fallen below
|
alleviate memory pressure on any zone in the page's node that has fallen below
|
||||||
its watermark.
|
its watermark.
|
||||||
|
|
||||||
watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
|
watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
|
||||||
are per-zone fields, used to determine when a zone needs to be balanced. When
|
are per-zone fields, used to determine when a zone needs to be balanced. When
|
||||||
the number of pages falls below watermark[WMARK_MIN], the hysteric field
|
the number of pages falls below watermark[WMARK_MIN], the hysteric field
|
||||||
low_on_memory gets set. This stays set till the number of free pages becomes
|
low_on_memory gets set. This stays set till the number of free pages becomes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue