]> git.baikalelectronics.ru Git - kernel.git/commit
migrate: convert unmap_and_move_huge_page() to use folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 2 Sep 2022 19:46:47 +0000 (20:46 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:02:54 +0000 (14:02 -0700)
commit32f67e2b1807f2835cb2613febdd6a5dbae79894
tree14930d635d728afb20bb34bff2320f8c991f5777
parent349b6facbf19eca38605258fbef83831aec3d613
migrate: convert unmap_and_move_huge_page() to use folios

Saves several calls to compound_head() and removes a couple of uses of
page->lru.

Link: https://lkml.kernel.org/r/20220902194653.1739778-52-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/migrate.c