| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: mm-remove-page_evictable-fix |
| Date: Tue Jan 17 04:20:34 PM PST 2023 |
| |
| fix Documentation/mm/unevictable-lru.rst underlining |
| |
| Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> |
| Link: https://lkml.kernel.org/r/20230117145106.585b277b@canb.auug.org.au |
| Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| |
| --- a/Documentation/mm/unevictable-lru.rst~mm-remove-page_evictable-fix |
| +++ a/Documentation/mm/unevictable-lru.rst |
| @@ -183,7 +183,7 @@ VM_LOCKED VMA, or found in a VMA being V |
| |
| |
| Vmscan's Handling of Unevictable Folios |
| --------------------------------------- |
| +--------------------------------------- |
| |
| If unevictable folios are culled in the fault path, or moved to the unevictable |
| list at mlock() or mmap() time, vmscan will not encounter the folios until they |
| _ |