On 21 Jul 2021, at 2:39, Huang Ying wrote: > From: Keith Busch > > Reclaim anonymous pages if a migration path is available now that demotion > provides a non-swap recourse for reclaiming anon pages. > > Note that this check is subtly different from the can_age_anon_pages() > checks. This mechanism checks whether a specific page in a specific > context can actually be reclaimed, given current swap space and cgroup > limits. > > can_age_anon_pages() is a much simpler and more preliminary check which > just says whether there is a possibility of future reclaim. > > Link: https://lkml.kernel.org/r/20210715055145.195411-8-ying.huang@intel.com > Cc: Keith Busch > Signed-off-by: Dave Hansen > Signed-off-by: "Huang, Ying" > Reviewed-by: Yang Shi > Cc: Michal Hocko > Cc: Zi Yan > Cc: Wei Xu > Cc: David Rientjes > Cc: Dan Williams > Cc: David Hildenbrand > Cc: Greg Thelen > Cc: Oscar Salvador > Cc: Yang Shi > Signed-off-by: Andrew Morton > --- > mm/vmscan.c | 34 ++++++++++++++++++++++++++++++---- > 1 file changed, 30 insertions(+), 4 deletions(-) LGTM. Reviewed-by: Zi Yan — Best Regards, Yan, Zi