summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/mm
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-27 18:08:35 +0200
committerMauro Carvalho Chehab2019-07-15 16:03:02 +0200
commitda82c92f1150f66afabf78d2c85ef9ac18dc6d38 (patch)
treec8f1c200188e0edc8391fa14d02eff60c6347adb /Documentation/admin-guide/mm
parentdocs: aoe: add it to the driver-api book (diff)
downloadkernel-qcow2-linux-da82c92f1150f66afabf78d2c85ef9ac18dc6d38.tar.gz
kernel-qcow2-linux-da82c92f1150f66afabf78d2c85ef9ac18dc6d38.tar.xz
kernel-qcow2-linux-da82c92f1150f66afabf78d2c85ef9ac18dc6d38.zip
docs: cgroup-v1: add it to the admin-guide book
Those files belong to the admin guide, so add them. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/mm')
-rw-r--r--Documentation/admin-guide/mm/numa_memory_policy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mm/numa_memory_policy.rst b/Documentation/admin-guide/mm/numa_memory_policy.rst
index 546f174e5d6a..8463f5538fda 100644
--- a/Documentation/admin-guide/mm/numa_memory_policy.rst
+++ b/Documentation/admin-guide/mm/numa_memory_policy.rst
@@ -15,7 +15,7 @@ document attempts to describe the concepts and APIs of the 2.6 memory policy
support.
Memory policies should not be confused with cpusets
-(``Documentation/cgroup-v1/cpusets.rst``)
+(``Documentation/admin-guide/cgroup-v1/cpusets.rst``)
which is an administrative mechanism for restricting the nodes from which
memory may be allocated by a set of processes. Memory policies are a
programming interface that a NUMA-aware application can take advantage of. When