The patch titled Subject: mm/swap.c: __pagevec_lru_add_fn: typo fix has been added to the -mm tree. Its filename is mm-__pagevec_lru_add_fn-typo-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-__pagevec_lru_add_fn-typo-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-__pagevec_lru_add_fn-typo-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Peng Fan <peng.fan@xxxxxxx> Subject: mm/swap.c: __pagevec_lru_add_fn: typo fix There is no function named munlock_vma_pages(). Correct it to munlock_vma_page(). Link: http://lkml.kernel.org/r/20190402095609.27181-1-peng.fan@xxxxxxx Signed-off-by: Peng Fan <peng.fan@xxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/swap.c~mm-__pagevec_lru_add_fn-typo-fix +++ a/mm/swap.c @@ -867,7 +867,7 @@ static void __pagevec_lru_add_fn(struct SetPageLRU(page); /* * Page becomes evictable in two ways: - * 1) Within LRU lock [munlock_vma_pages() and __munlock_pagevec()]. + * 1) Within LRU lock [munlock_vma_page() and __munlock_pagevec()]. * 2) Before acquiring LRU lock to put the page to correct LRU and then * a) do PageLRU check with lock [check_move_unevictable_pages] * b) do PageLRU check before lock [clear_page_mlock] _ Patches currently in -mm which might be from peng.fan@xxxxxxx are mm-__pagevec_lru_add_fn-typo-fix.patch