commit | 3db65812d68883d1acfd20a9f2bc2cd13a7cd5c5 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <[email protected]> | Wed May 03 14:52:13 2017 -0700 |
committer | Linus Torvalds <[email protected]> | Wed May 03 15:52:08 2017 -0700 |
tree | 759aa3170445d5c5fce8c469098853c3a2d470fb | |
parent | c822f6223d03c2c5b026a21da09c6b6d523258cd [diff] |
Revert "mm, vmscan: account for skipped pages as a partial scan" This reverts commit d7f05528eedb047efe2288cff777676b028747b6. Now that reclaimability of a node is no longer based on the ratio between pages scanned and theoretically reclaimable pages, we can remove accounting tricks for pages skipped due to zone constraints. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Johannes Weiner <[email protected]> Acked-by: Hillf Danton <[email protected]> Acked-by: Michal Hocko <[email protected]> Cc: Jia He <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>