On 08/14/2012 04:57 AM, Minchan Kim wrote:
Now cma reclaims too many pages by __reclaim_pages which says following as * Reclaim enough pages to make sure that contiguous allocation * will not starve the system. Starve? What does it starve the system? The function which allocate free page for migration target would wake up kswapd and do direct reclaim if needed during migration so system doesn't starve. Let remove __reclaim_pages and related function and fields.
Fair enough.
Signed-off-by: Minchan Kim <minchan@xxxxxxxxxx>
Acked-by: Rik van Riel <riel@xxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>