commit | fb8d14e172a29ba5ac69a73b61196be86fdfc3e1 | [log] [tgz] |
---|---|---|
author | Wu Fengguang <wfg@mail.ustc.edu.cn> | Wed Mar 22 00:08:28 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 22 07:54:00 2006 -0800 |
tree | 5b31eac00f8fc5860170d7f8b2e7e961dbda0ddf | |
parent | c9b02d970c385a253edb36c87643b0df706b50b4 [diff] |
[PATCH] mm: shrink_inactive_lis() nr_scan accounting fix In shrink_inactive_list(), nr_scan is not accounted when nr_taken is 0. But 0 pages taken does not mean 0 pages scanned. Move the goto statement below the accounting code to fix it. Signed-off-by: Wu Fengguang <wfg@mail.ustc.edu.cn> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>