diff options
author | Anderson Briglia <briglia.anderson@gmail.com> | 2007-07-16 02:38:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:35 -0400 |
commit | 2706a1b89b1a3e7434a668d4a9d15f616da96685 (patch) | |
tree | 6b8d8b8d24811c7f8b4593e0b600533f9d5329f6 /mm | |
parent | 553948491c18413928b85a9025b92af80e7d61d6 (diff) |
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')
-rw-r--r-- | mm/swap_state.c | 2 | ||||
-rw-r--r-- | mm/swapfile.c | 2 | ||||
-rw-r--r-- | mm/truncate.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mm/swap_state.c b/mm/swap_state.c index 5f7cf2a4cb55..925d5c50f18d 100644 --- a/mm/swap_state.c +++ b/mm/swap_state.c | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | /* | 22 | /* |
23 | * swapper_space is a fiction, retained to simplify the path through | 23 | * swapper_space is a fiction, retained to simplify the path through |
24 | * vmscan's shrink_list, to make sync_page look nicer, and to allow | 24 | * vmscan's shrink_page_list, to make sync_page look nicer, and to allow |
25 | * future use of radix_tree tags in the swap cache. | 25 | * future use of radix_tree tags in the swap cache. |
26 | */ | 26 | */ |
27 | static const struct address_space_operations swap_aops = { | 27 | static const struct address_space_operations swap_aops = { |
diff --git a/mm/swapfile.c b/mm/swapfile.c index acc172cbe3aa..7ff0a81c7b01 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
@@ -885,7 +885,7 @@ static int try_to_unuse(unsigned int type) | |||
885 | /* | 885 | /* |
886 | * So we could skip searching mms once swap count went | 886 | * So we could skip searching mms once swap count went |
887 | * to 1, we did not mark any present ptes as dirty: must | 887 | * to 1, we did not mark any present ptes as dirty: must |
888 | * mark page dirty so shrink_list will preserve it. | 888 | * mark page dirty so shrink_page_list will preserve it. |
889 | */ | 889 | */ |
890 | SetPageDirty(page); | 890 | SetPageDirty(page); |
891 | unlock_page(page); | 891 | unlock_page(page); |
diff --git a/mm/truncate.c b/mm/truncate.c index 4fbe1a2da5fb..af3dcf0e48e6 100644 --- a/mm/truncate.c +++ b/mm/truncate.c | |||
@@ -317,8 +317,8 @@ EXPORT_SYMBOL(invalidate_mapping_pages); | |||
317 | * This is like invalidate_complete_page(), except it ignores the page's | 317 | * This is like invalidate_complete_page(), except it ignores the page's |
318 | * refcount. We do this because invalidate_inode_pages2() needs stronger | 318 | * refcount. We do this because invalidate_inode_pages2() needs stronger |
319 | * invalidation guarantees, and cannot afford to leave pages behind because | 319 | * invalidation guarantees, and cannot afford to leave pages behind because |
320 | * shrink_list() has a temp ref on them, or because they're transiently sitting | 320 | * shrink_page_list() has a temp ref on them, or because they're transiently |
321 | * in the lru_cache_add() pagevecs. | 321 | * sitting in the lru_cache_add() pagevecs. |
322 | */ | 322 | */ |
323 | static int | 323 | static int |
324 | invalidate_complete_page2(struct address_space *mapping, struct page *page) | 324 | invalidate_complete_page2(struct address_space *mapping, struct page *page) |