mm: create promo_wmark_pages and clean up open-coded sites
authorKaiyang Zhao <kaiyang2@cs.cmu.edu>
Thu, 1 Aug 2024 23:25:47 +0000 (23:25 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:25:58 +0000 (20:25 -0700)
commit03790c51a475c46647079e67e2460a149938bfd6
treeca1b14d49e2108d5c02e35a66f29bf6b7ab37274
parent6d192303e82c7f7119020418a4c3029bebf9a0e6
mm: create promo_wmark_pages and clean up open-coded sites

Patch series "mm: print the promo watermark in zoneinfo", v2.

This patch (of 2):

Define promo_wmark_pages and convert current call sites of wmark_pages
with fixed WMARK_PROMO to using it instead.

Link: https://lkml.kernel.org/r/20240801232548.36604-1-kaiyang2@cs.cmu.edu
Link: https://lkml.kernel.org/r/20240801232548.36604-2-kaiyang2@cs.cmu.edu
Signed-off-by: Kaiyang Zhao <kaiyang2@cs.cmu.edu>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mmzone.h
kernel/sched/fair.c
mm/vmscan.c