diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-11-19 08:00:49 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-11-20 09:17:40 -0700 |
commit | acf0f57a2cb89be0d99fb834079f91b1c67aa133 (patch) | |
tree | 8e50b995d525aba4e6c8f5f3b241035c946a88f7 /Documentation/vm/index.rst | |
parent | a929a42a3e7e8f8bebde51ead6742884782f6fcc (diff) |
Link the memory allocation guide from the MM docs
I just went looking for the memory allocation guide in the MM docs instead
of in the core API. For the benefit of the next person who makes that
mistake, link to it from the MM docs.
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm/index.rst')
-rw-r--r-- | Documentation/vm/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/vm/index.rst b/Documentation/vm/index.rst index c4ded22197ca..2b3ab3a1ccf3 100644 --- a/Documentation/vm/index.rst +++ b/Documentation/vm/index.rst @@ -2,7 +2,9 @@ Linux Memory Management Documentation ===================================== -This is a collection of documents about Linux memory management (mm) subsystem. +This is a collection of documents about the Linux memory management (mm) +subsystem. If you are looking for advice on simply allocating memory, +see the :ref:`memory-allocation`. User guides for MM features =========================== |