Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad531c54 authored by Patrick Daly's avatar Patrick Daly
Browse files

Revert "mm: Subtract watermark boost from /proc/vmstat"



This reverts commit 899ed3fc.
An increase in atomic allocation failures was seen after this
change.

Change-Id: Ibe47253711be1a3796ff94431e553144a65cf9b4
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 75f385d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1568,9 +1568,9 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat,
		   "\n        present  %lu"
		   "\n        managed  %lu",
		   zone_page_state(zone, NR_FREE_PAGES),
		   min_wmark_pages(zone) - zone->watermark_boost,
		   low_wmark_pages(zone) - zone->watermark_boost,
		   high_wmark_pages(zone) - zone->watermark_boost,
		   min_wmark_pages(zone),
		   low_wmark_pages(zone),
		   high_wmark_pages(zone),
		   zone->spanned_pages,
		   zone->present_pages,
		   zone->managed_pages);