diff options
| author | Mike Rapoport <rppt@linux.ibm.com> | 2022-06-27 09:00:26 +0300 |
|---|---|---|
| committer | akpm <akpm@linux-foundation.org> | 2022-06-27 12:52:53 -0700 |
| commit | ee65728e103bb7dd99d8604bf6c7aa89c7d7e446 (patch) | |
| tree | 356a37c67d23c69cf8de83120d08048276cb5bfc /Documentation/admin-guide/mm/concepts.rst | |
| parent | Merge branch 'master' into mm-stable (diff) | |
| download | linux-ee65728e103bb7dd99d8604bf6c7aa89c7d7e446.tar.gz linux-ee65728e103bb7dd99d8604bf6c7aa89c7d7e446.zip | |
docs: rename Documentation/vm to Documentation/mm
so it will be consistent with code mm directory and with
Documentation/admin-guide/mm and won't be confused with virtual machines.
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Suggested-by: Matthew Wilcox <willy@infradead.org>
Tested-by: Ira Weiny <ira.weiny@intel.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Wu XiangCheng <bobwxc@email.cn>
Diffstat (limited to 'Documentation/admin-guide/mm/concepts.rst')
| -rw-r--r-- | Documentation/admin-guide/mm/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst index b966fcff993b..c79f1e336222 100644 --- a/Documentation/admin-guide/mm/concepts.rst +++ b/Documentation/admin-guide/mm/concepts.rst @@ -125,7 +125,7 @@ processor. Each bank is referred to as a `node` and for each node Linux constructs an independent memory management subsystem. A node has its own set of zones, lists of free and used pages and various statistics counters. You can find more details about NUMA in -:ref:`Documentation/vm/numa.rst <numa>` and in +:ref:`Documentation/mm/numa.rst <numa>` and in :ref:`Documentation/admin-guide/mm/numa_memory_policy.rst <numa_memory_policy>`. Page cache |
