diff mbox

docs/vm: move ksm and transhuge from "user" to "internals" section.

Message ID 1527588818-7031-1-git-send-email-rppt@linux.vnet.ibm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mike Rapoport May 29, 2018, 10:13 a.m. UTC
After the userspace interface description for KSM and THP was split to
Documentation/admin-guide/mm, the remaining parts belong to the section
describing MM internals.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
---
 Documentation/vm/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jonathan Corbet May 29, 2018, 12:12 p.m. UTC | #1
On Tue, 29 May 2018 13:13:38 +0300
Mike Rapoport <rppt@linux.vnet.ibm.com> wrote:

> After the userspace interface description for KSM and THP was split to
> Documentation/admin-guide/mm, the remaining parts belong to the section
> describing MM internals.
> 
> Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>

Applied, thanks.

jon
diff mbox

Patch

diff --git a/Documentation/vm/index.rst b/Documentation/vm/index.rst
index 8e1cc66..c4ded22 100644
--- a/Documentation/vm/index.rst
+++ b/Documentation/vm/index.rst
@@ -13,8 +13,6 @@  various features of the Linux memory management
 .. toctree::
    :maxdepth: 1
 
-   ksm
-   transhuge
    swap_numa
    zswap
 
@@ -36,6 +34,7 @@  descriptions of data structures and algorithms.
    hmm
    hwpoison
    hugetlbfs_reserv
+   ksm
    mmu_notifier
    numa
    overcommit-accounting
@@ -45,6 +44,7 @@  descriptions of data structures and algorithms.
    remap_file_pages
    slub
    split_page_table_lock
+   transhuge
    unevictable-lru
    z3fold
    zsmalloc