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/core-api | |
parent | a929a42a3e7e8f8bebde51ead6742884782f6fcc (diff) | |
download | linux-acf0f57a2cb89be0d99fb834079f91b1c67aa133.tar.gz linux-acf0f57a2cb89be0d99fb834079f91b1c67aa133.tar.bz2 linux-acf0f57a2cb89be0d99fb834079f91b1c67aa133.zip |
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/core-api')
-rw-r--r-- | Documentation/core-api/memory-allocation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/core-api/memory-allocation.rst b/Documentation/core-api/memory-allocation.rst index f8bb9aa120c4..8954a88ff5b7 100644 --- a/Documentation/core-api/memory-allocation.rst +++ b/Documentation/core-api/memory-allocation.rst @@ -1,3 +1,5 @@ +.. _memory-allocation: + ======================= Memory Allocation Guide ======================= |