From 6f61d83bc24f2d23be5aea23673b323382b373be Mon Sep 17 00:00:00 2001 From: Joshua Hahn Date: Wed, 6 Aug 2025 06:43:52 -0700 Subject: [PATCH] mempolicy-clarify-what-zone-reclaim-means-fix remove the reference to the vm.zone_reclaim_mode sysctl as an ABI Link: https://lkml.kernel.org/r/20250806134404.2000234-1-joshua.hahnjy@gmail.com Signed-off-by: Joshua Hahn Cc: Alistair Popple Cc: Byungchul Park Cc: David Hildenbrand Cc: Gregory Price Cc: Huang Ying Cc: Mathew Brost Cc: Rakie Kim Cc: SeongJae Park Cc: Zi Yan Signed-off-by: Andrew Morton --- include/uapi/linux/mempolicy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/mempolicy.h b/include/uapi/linux/mempolicy.h index 683c130782f09..8fbbe613611ad 100644 --- a/include/uapi/linux/mempolicy.h +++ b/include/uapi/linux/mempolicy.h @@ -72,8 +72,8 @@ enum { * Fallback allocations on the next candidates in the zonelist are considered * when reclaim fails to free up enough memory in the current node/zone. * - * These bit locations are exposed in the vm.zone_reclaim_mode sysctl - * ABI. New bits are OK, but existing bits should not be changed. + * These bit locations are exposed in the vm.zone_reclaim_mode sysctl. + * New bits are OK, but existing bits should not be changed. */ #define RECLAIM_ZONE (1<<0) /* Enable zone reclaim */ #define RECLAIM_WRITE (1<<1) /* Writeout pages during reclaim */ -- 2.51.0