mm: improve the comment in isolate_migratepages_block()
authorMatthew Wilcox <willy@infradead.org>
Thu, 27 Jul 2023 20:39:44 +0000 (21:39 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:37:30 +0000 (13:37 -0700)
commit866ff80176aa1f9c0ba65f2164cf608c5cde4851
treee574ac80ff0b938a30c16576a86bf30ad671a4e5
parent108c3dc6cd3dbe36824469b7ea860337978e0439
mm: improve the comment in isolate_migratepages_block()

A recent patch shows that not everybody understands that "stabilise the
mapping" really means "prevent the mapping from being freed", so change
the wording to hopefully make that more clear.

Link: https://lkml.kernel.org/r/ZMLWEB4m3zvX6SBN@casper.infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c