diff options
author | Anderson Briglia <briglia.anderson@gmail.com> | 2007-07-16 06:38:09 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 16:05:35 (GMT) |
commit | 2706a1b89b1a3e7434a668d4a9d15f616da96685 (patch) | |
tree | 6b8d8b8d24811c7f8b4593e0b600533f9d5329f6 /mm/swapfile.c | |
parent | 553948491c18413928b85a9025b92af80e7d61d6 (diff) | |
download | linux-fsl-qoriq-2706a1b89b1a3e7434a668d4a9d15f616da96685.tar.xz |
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>
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index acc172c..7ff0a81 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c @@ -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); |