]> git.baikalelectronics.ru Git - kernel.git/commit
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
authorMel Gorman <mgorman@suse.de>
Mon, 7 Oct 2013 10:29:37 +0000 (11:29 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Oct 2013 12:48:18 +0000 (14:48 +0200)
commit21b71cc5cce4045eebf77c46d692651f73143f09
tree7746bbcf350f3ce305d9e55435f7a5e3c41b9c8e
parent0d2a06d9c6e7e482e363ac8ae182a73a46bec1e2
sched/numa: Remove the numa_balancing_scan_period_reset sysctl

With scan rate adaptions based on whether the workload has properly
converged or not there should be no need for the scan period reset
hammer. Get rid of it.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1381141781-10992-60-git-send-email-mgorman@suse.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/sysctl/kernel.txt
include/linux/mm_types.h
include/linux/sched/sysctl.h
kernel/sched/core.c
kernel/sched/fair.c
kernel/sysctl.c