]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc33868e5b6ed43f2ad4c9366b7d5e98555c4bab1
tree1582433b0680361d724cfc81ba795fe2da31fd84
parentf6bd48364bd9a560b353153efc719f28f6ff6b1c
sched/numa-balancing: Move some document to make it consistent with the code

After commit 7d45c3b3acca ("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]