Re: [PATCH] mm,numa: Remove remaining traces of rate-limiting.

2018-10-08 Thread Ingo Molnar
* Mel Gorman wrote: > On Sat, Oct 06, 2018 at 04:53:19PM +0530, Srikar Dronamraju wrote: > > With Commit efaffc5e40ae ("mm, sched/numa: Remove rate-limiting of automatic > > NUMA balancing migration"), we no more require migrate lock and its > > initialization. Its redundant. Hence remove it. >

Re: [PATCH] mm,numa: Remove remaining traces of rate-limiting.

2018-10-08 Thread Mel Gorman
On Sat, Oct 06, 2018 at 04:53:19PM +0530, Srikar Dronamraju wrote: > With Commit efaffc5e40ae ("mm, sched/numa: Remove rate-limiting of automatic > NUMA balancing migration"), we no more require migrate lock and its > initialization. Its redundant. Hence remove it. > > Signed-off-by: Srikar Dronam

Re: [PATCH] mm,numa: Remove remaining traces of rate-limiting.

2018-10-06 Thread Mel Gorman
On Sat, Oct 06, 2018 at 04:53:19PM +0530, Srikar Dronamraju wrote: > With Commit efaffc5e40ae ("mm, sched/numa: Remove rate-limiting of automatic > NUMA balancing migration"), we no more require migrate lock and its > initialization. Its redundant. Hence remove it. > > Signed-off-by: Srikar Dronam

[PATCH] mm,numa: Remove remaining traces of rate-limiting.

2018-10-06 Thread Srikar Dronamraju
With Commit efaffc5e40ae ("mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration"), we no more require migrate lock and its initialization. Its redundant. Hence remove it. Signed-off-by: Srikar Dronamraju --- include/linux/mmzone.h | 4 mm/page_alloc.c| 10