Re: [RFC][PATCH 02/26] mm, mpol: Remove NUMA_INTERLEAVE_HIT

2012-07-06 Thread Peter Zijlstra
On Fri, 2012-07-06 at 23:48 +0900, Minchan Kim wrote: > > I alreay sent a patch about that but didn't have a reply from > Peter/Ingo. > > https://lkml.org/lkml/2012/7/3/477 Yeah sorry for that.. it looks like Ingo picked up the fix from hnaz though. Thanks both! -- To unsubscribe from this lis

Re: [RFC][PATCH 02/26] mm, mpol: Remove NUMA_INTERLEAVE_HIT

2012-07-06 Thread Peter Zijlstra
On Fri, 2012-07-06 at 23:54 +0900, Kyungmin Park wrote: > > static struct zonelist *policy_zonelist(gfp_t gfp, struct mempolicy > > *policy, > > int nd) > > { > > switch (policy->mode) { > > + case MPOL_INTERLEAVE: > > + nd = interleave_nodes(policy); > Jut ni