Re: [PATCH 2/4] mm: Move zone watermark accesses behind an accessor

2018-11-21 Thread Vlastimil Babka
On 11/21/18 11:14 AM, Mel Gorman wrote: > This is a preparation patch only, no functional change. > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka

[PATCH 2/4] mm: Move zone watermark accesses behind an accessor

2018-11-21 Thread Mel Gorman
This is a preparation patch only, no functional change. Signed-off-by: Mel Gorman --- include/linux/mmzone.h | 9 + mm/compaction.c| 2 +- mm/page_alloc.c| 12 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/include/linux/mmzone.h b/include

[PATCH 2/4] mm: Move zone watermark accesses behind an accessor

2018-11-08 Thread Mel Gorman
This is a preparation patch only, no functional change. Signed-off-by: Mel Gorman --- include/linux/mmzone.h | 9 + mm/compaction.c| 2 +- mm/page_alloc.c| 12 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/include/linux/mmzone.h b/include