]> Git Repo - linux.git/commitdiff
Link the memory allocation guide from the MM docs
authorMatthew Wilcox <[email protected]>
Mon, 19 Nov 2018 16:00:49 +0000 (08:00 -0800)
committerJonathan Corbet <[email protected]>
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 <[email protected]>
Acked-by: Mike Rapoport <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/core-api/memory-allocation.rst
Documentation/vm/index.rst

index f8bb9aa120c42755a1fdf16b5e9ef003b986c801..8954a88ff5b75f5d3f1bff28c04b696ba0ec825e 100644 (file)
@@ -1,3 +1,5 @@
+.. _memory-allocation:
+
 =======================
 Memory Allocation Guide
 =======================
index c4ded22197ca1d00f5004be7e7c0e70c0a7f7868..2b3ab3a1ccf30197517995236ff7fd9e2fae32e7 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
 ===========================
This page took 0.058334 seconds and 4 git commands to generate.