]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Convert is_transparent_hugepage() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 4 Sep 2022 23:57:49 +0000 (19:57 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 3 Jan 2023 04:00:56 +0000 (23:00 -0500)
commitfa43dbbf1690ab394b6006d4771f617f0eff7864
tree2d481de35b32302341fbcdeec2d5d9fdb14eda44
parentdf59a3110d613e104658493bca1172f539eaf8a5
mm: Convert is_transparent_hugepage() to use a folio

Replace a use of page->compound_dtor with its folio equivalent.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/huge_memory.c