Skip to content

Commit 0a3c577

Browse files
hao-leetorvalds
authored andcommitted
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/[email protected] Signed-off-by: Hao Lee <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Anshuman Khandual <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 0689645 commit 0a3c577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/linux/mmzone.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ typedef struct pglist_data {
758758

759759
#ifdef CONFIG_NUMA
760760
/*
761-
* zone reclaim becomes active if more unmapped pages exist.
761+
* node reclaim becomes active if more unmapped pages exist.
762762
*/
763763
unsigned long min_unmapped_pages;
764764
unsigned long min_slab_pages;

include/uapi/linux/sysctl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ enum
195195
VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */
196196
VM_PANIC_ON_OOM=33, /* panic at out-of-memory */
197197
VM_VDSO_ENABLED=34, /* map VDSO into new processes? */
198-
VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */
198+
VM_MIN_SLAB=35, /* Percent pages ignored by node reclaim */
199199
};
200200

201201

0 commit comments

Comments
 (0)