sched/numa-balancing: Move some document to make it consistent with the code
authorHuang Ying <ying.huang@intel.com>
Thu, 10 Feb 2022 05:25:14 +0000 (13:25 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 11 Feb 2022 22:30:08 +0000 (23:30 +0100)
commit3624ba7b5e2acc02b01301ea5fd3534971eb9896
tree1582433b0680361d724cfc81ba795fe2da31fd84
parente496132ebedd870b67f1f6d2428f9bb9d7ae27fd
sched/numa-balancing: Move some document to make it consistent with the code

After commit 8a99b6833c88 ("sched: Move SCHED_DEBUG sysctl to
debugfs"), some NUMA balancing sysctls enclosed with SCHED_DEBUG has
been moved to debugfs.  This patch move the document for these
sysctls from

  Documentation/admin-guide/sysctl/kernel.rst

to

  Documentation/scheduler/sched-debug.rst

to make the document consistent with the code.

Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Link: https://lkml.kernel.org/r/20220210052514.3038279-1-ying.huang@intel.com
Documentation/admin-guide/sysctl/kernel.rst
Documentation/scheduler/index.rst
Documentation/scheduler/sched-debug.rst [new file with mode: 0644]