On Mon, 20 Jul 2015, Mel Gorman wrote: > From: Mel Gorman <mgorman@xxxxxxx> > > File-backed pages that will be immediately dirtied are balanced between > zones but it's unnecessarily expensive. Move consider_zone_balanced into > the alloc_context instead of checking bitmaps multiple times. > > Signed-off-by: Mel Gorman <mgorman@xxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> consider_zone_dirty eliminates zones over their dirty limits and zone_dirty_ok() returns true if zones are under their dirty limits, so the naming of both are a little strange. You might consider changing them while you're here. -- 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>