OSDN Git Service

Link the memory allocation guide from the MM docs
authorMatthew Wilcox <willy@infradead.org>
Mon, 19 Nov 2018 16:00:49 +0000 (08:00 -0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 20 Nov 2018 16:17:40 +0000 (09:17 -0700)
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>
Documentation/core-api/memory-allocation.rst
Documentation/vm/index.rst

index f8bb9aa..8954a88 100644 (file)
@@ -1,3 +1,5 @@
+.. _memory-allocation:
+
 =======================
 Memory Allocation Guide
 =======================
index c4ded22..2b3ab3a 100644 (file)
@@ -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
 ===========================