Re: [PATCH v2 3/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl

2013-12-07 Thread Rik van Riel
On 12/06/2013 04:12 AM, Wanpeng Li wrote: > commit 887c290e (sched/numa: Decide whether to favour task or group weights > based on swap candidate relationships) drop the check against > sysctl_numa_balancing_settle_count, this patch remove the sysctl. > > Signed-off-by: Wanpeng Li Reviewed-by:

Re: [PATCH v2 3/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl

2013-12-06 Thread Mel Gorman
On Fri, Dec 06, 2013 at 05:12:13PM +0800, Wanpeng Li wrote: > commit 887c290e (sched/numa: Decide whether to favour task or group weights > based on swap candidate relationships) drop the check against > sysctl_numa_balancing_settle_count, this patch remove the sysctl. > > Signed-off-by: Wanpeng

[PATCH v2 3/6] sched/numa: drop sysctl_numa_balancing_settle_count sysctl

2013-12-06 Thread Wanpeng Li
commit 887c290e (sched/numa: Decide whether to favour task or group weights based on swap candidate relationships) drop the check against sysctl_numa_balancing_settle_count, this patch remove the sysctl. Signed-off-by: Wanpeng Li --- include/linux/sched/sysctl.h |1 - kernel/sched/fair.c