vmscan: fix comments related to shrink_list()
Fix the shrink_list name on some files under mm/ directory. Signed-off-by: Anderson Briglia <anderson.briglia@indt.org.br> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
553948491c
commit
2706a1b89b
@@ -885,7 +885,7 @@ static int try_to_unuse(unsigned int type)
|
||||
/*
|
||||
* So we could skip searching mms once swap count went
|
||||
* to 1, we did not mark any present ptes as dirty: must
|
||||
* mark page dirty so shrink_list will preserve it.
|
||||
* mark page dirty so shrink_page_list will preserve it.
|
||||
*/
|
||||
SetPageDirty(page);
|
||||
unlock_page(page);
|
||||
|
Reference in New Issue
Block a user