commit | 3770490ec82ca63d5fdcebeb95f2f68af2626357 | [log] [tgz] |
---|---|---|
author | Hillf Danton <[email protected]> | Tue Jan 10 15:08:36 2012 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Jan 10 16:30:46 2012 -0800 |
tree | 4bbd061f44be4250394f4d580d169efaf07a7368 | |
parent | 043bcbe5ec51e0478ef2b44acef17193e01d7f70 [diff] |
mm: vmscan: fix typo in isolating lru pages It is not the tag page but the cursor page that we should process, and it looks a typo. Signed-off-by: Hillf Danton <[email protected]> Cc: Michal Hocko <[email protected]> Cc: KAMEZAWA Hiroyuki <[email protected]> Cc: Andrea Arcangeli <[email protected]> Cc: David Rientjes <[email protected]> Cc: Hugh Dickins <[email protected]> Acked-by: KOSAKI Motohiro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>