aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Savitz <[email protected]>2020-07-03 15:15:30 -0700
committerLinus Torvalds <[email protected]>2020-07-03 16:15:25 -0700
commit8beeae86b8e19a4714531f8764b68bd828ffba2a (patch)
treee66281c6b25c510d7c03547b9c4913209bf60ad1
parenta3a66c3822e03692ed7c5888e8f2d384cc698d34 (diff)
mm/page_alloc: fix documentation error
When I increased the upper bound of the min_free_kbytes value in ee8eb9a5fe863 ("mm/page_alloc: increase default min_free_kbytes bound") I forgot to tweak the above comment to reflect the new value. This patch fixes that mistake. Signed-off-by: Joel Savitz <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Rafael Aquini <[email protected]> Cc: Fabrizio D'Angelo <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 48eb0f1410d4..e028b87ce294 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7832,7 +7832,7 @@ void setup_per_zone_wmarks(void)
* Initialise min_free_kbytes.
*
* For small machines we want it small (128k min). For large machines
- * we want it large (64MB max). But it is not linear, because network
+ * we want it large (256MB max). But it is not linear, because network
* bandwidth does not increase linearly with machine size. We use
*
* min_free_kbytes = 4 * sqrt(lowmem_kbytes), for better accuracy: