]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/vm/unevictable-lru.txt
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
[karo-tx-linux.git] / Documentation / vm / unevictable-lru.txt
index fa206cccf89f8577a8a44ff84d0836b06b712cb5..323ff5dba1cce4dcecd75db001274c08827cbe62 100644 (file)
@@ -371,8 +371,8 @@ mlock_fixup() filters several classes of "special" VMAs:
    mlock_fixup() will call make_pages_present() in the hugetlbfs VMA range to
    allocate the huge pages and populate the ptes.
 
-3) VMAs with VM_DONTEXPAND or VM_RESERVED are generally userspace mappings of
-   kernel pages, such as the VDSO page, relay channel pages, etc.  These pages
+3) VMAs with VM_DONTEXPAND are generally userspace mappings of kernel pages,
+   such as the VDSO page, relay channel pages, etc. These pages
    are inherently unevictable and are not managed on the LRU lists.
    mlock_fixup() treats these VMAs the same as hugetlbfs VMAs.  It calls
    make_pages_present() to populate the ptes.