commit | d39773a0622c267fef3f79e3b1f0e7bdbad8a1a8 | [log] [tgz] |
---|---|---|
author | Vlastimil Babka <[email protected]> | Mon May 08 15:54:46 2017 -0700 |
committer | Linus Torvalds <[email protected]> | Mon May 08 17:15:10 2017 -0700 |
tree | 7f0ab96259974852750bb25c51f2d8552f0de08d | |
parent | b682debd97153706ffbe2fe3f8ec30a7ee11f9e1 [diff] |
mm, compaction: add migratetype to compact_control Preparation patch. We are going to need migratetype at lower layers than compact_zone() and compact_finished(). Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Vlastimil Babka <[email protected]> Acked-by: Mel Gorman <[email protected]> Acked-by: Johannes Weiner <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: David Rientjes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>