The patch titled Subject: mm: fix comments related to node reclaim has been added to the -mm tree. Its filename is mm-fix-comments-related-to-node-reclaim.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-comments-related-to-node-reclaim.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-comments-related-to-node-reclaim.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Hao Lee <haolee.swjtu@xxxxxxxxx> Subject: mm: fix comments related to node reclaim As zone reclaim has been replaced by node reclaim, this patch fixes related comments. Link: http://lkml.kernel.org/r/20191126141346.GA22665@xxxxxxxxxxxxxxxx Signed-off-by: Hao Lee <haolee.swjtu@xxxxxxxxx> Cc: Anshuman Khandual <anshuman.khandual@xxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- include/uapi/linux/sysctl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/include/linux/mmzone.h~mm-fix-comments-related-to-node-reclaim +++ a/include/linux/mmzone.h @@ -758,7 +758,7 @@ typedef struct pglist_data { #ifdef CONFIG_NUMA /* - * zone reclaim becomes active if more unmapped pages exist. + * node reclaim becomes active if more unmapped pages exist. */ unsigned long min_unmapped_pages; unsigned long min_slab_pages; --- a/include/uapi/linux/sysctl.h~mm-fix-comments-related-to-node-reclaim +++ a/include/uapi/linux/sysctl.h @@ -195,7 +195,7 @@ enum VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */ VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ VM_VDSO_ENABLED=34, /* map VDSO into new processes? */ - VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */ + VM_MIN_SLAB=35, /* Percent pages ignored by node reclaim */ }; _ Patches currently in -mm which might be from haolee.swjtu@xxxxxxxxx are mm-fix-comments-related-to-node-reclaim.patch