Message ID | 20210908221803.0x8d2OSQg%akpm@linux-foundation.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [01/10] mm/vmstat: protect per cpu variables with preempt disable on RT | expand |
--- a/mm/migrate.c~mm-migrate-fix-the-incorrect-function-name-in-comments +++ a/mm/migrate.c @@ -1008,7 +1008,7 @@ static int __unmap_and_move(struct page } /* - * By try_to_unmap(), page->mapcount goes down to 0 here. In this case, + * By try_to_migrate(), page->mapcount goes down to 0 here. In this case, * we cannot notice that anon_vma is freed while we migrates a page. * This get_anon_vma() delays freeing anon_vma pointer until the end * of migration. File cache pages are no problem because of page_lock()