Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matthew Wilcox and committed by
Jonathan Corbet
acf0f57a a929a42a

+5 -1
+2
Documentation/core-api/memory-allocation.rst
··· 1 + .. _memory-allocation: 2 + 1 3 ======================= 2 4 Memory Allocation Guide 3 5 =======================
+3 -1
Documentation/vm/index.rst
··· 2 2 Linux Memory Management Documentation 3 3 ===================================== 4 4 5 - This is a collection of documents about Linux memory management (mm) subsystem. 5 + This is a collection of documents about the Linux memory management (mm) 6 + subsystem. If you are looking for advice on simply allocating memory, 7 + see the :ref:`memory-allocation`. 6 8 7 9 User guides for MM features 8 10 ===========================