On Mon, Jun 23, 2014 at 11:41:29AM -0400, [email protected] wrote: > From: Rik van Riel <[email protected]> > > From task_numa_placement, always try to consolidate the tasks > in a group on the group's top nid. > > In case this task is part of a group that is interleaved over > multiple nodes, task_numa_migrate will set the task's preferred > nid to the best node it could find for the task, so this patch > will cause at most one run through task_numa_migrate. > > Signed-off-by: Rik van Riel <[email protected]>
That loop was written prior to pseudo-interleaving as well and in the context of that change this makes sense and removes a potentially expensive loop. Acked-by: Mel Gorman <[email protected]> -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

