* [PATCH] vmscan: correct comment type error in scan_zone_unevictable_pages
@ 2009-11-16 6:07 Vincent Li
2009-11-16 17:09 ` Vincent Li
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Li @ 2009-11-16 6:07 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm, Vincent Li
...Move those that have to @zone's inactive list...
Signed-off-by: Vincent Li <macli@brc.ubc.ca>
---
mm/vmscan.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/vmscan.c b/mm/vmscan.c
index abb6a4b..371c97d 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2790,7 +2790,7 @@ void scan_mapping_unevictable_pages(struct address_space *mapping)
* @zone - zone of which to scan the unevictable list
*
* Scan @zone's unevictable LRU lists to check for pages that have become
- * evictable. Move those that have to @zone's inactive list where they
+ * evictable. Move those to @zone's inactive list where they
* become candidates for reclaim, unless shrink_inactive_zone() decides
* to reactivate them. Pages that are still unevictable are rotated
* back onto @zone's unevictable list.
--
1.6.0.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] vmscan: correct comment type error in scan_zone_unevictable_pages
2009-11-16 6:07 [PATCH] vmscan: correct comment type error in scan_zone_unevictable_pages Vincent Li
@ 2009-11-16 17:09 ` Vincent Li
0 siblings, 0 replies; 2+ messages in thread
From: Vincent Li @ 2009-11-16 17:09 UTC (permalink / raw)
To: Vincent Li; +Cc: Andrew Morton, linux-mm
On Sun, 15 Nov 2009, Vincent Li wrote:
> * Scan @zone's unevictable LRU lists to check for pages that have become
> - * evictable. Move those that have to @zone's inactive list where they
> + * evictable. Move those to @zone's inactive list where they
Oops, after re-reading the comment this morning, it seems ok,
should go back to school to brush up my English :). Sorry.
Vincent
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-16 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-16 6:07 [PATCH] vmscan: correct comment type error in scan_zone_unevictable_pages Vincent Li
2009-11-16 17:09 ` Vincent Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox