commit | d28d433512f4f387e2563c14db45a7bb8a338b1a | [log] [tgz] |
---|---|---|
author | Mel Gorman <mgorman@suse.de> | Thu Nov 29 09:24:36 2012 +0000 |
committer | Mel Gorman <mgorman@suse.de> | Tue Dec 11 14:42:59 2012 +0000 |
tree | 0f56298e745df6c08a5b5aa202da7ca2f5d00ab6 | |
parent | 7548341b28956ccd35a63ab12f01d8541041aa70 [diff] |
mm: migrate: Account a transhuge page properly when rate limiting If there is excessive migration due to NUMA balancing it gets rate limited. It does this by counting the number of pages it has migrated recently but counts a transhuge page as 1 page. Account for it properly. Signed-off-by: Mel Gorman <mgorman@suse.de>