]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: remove references to page->index in huge_memory.c
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 5 Oct 2024 20:01:17 +0000 (21:01 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Nov 2024 04:29:03 +0000 (21:29 -0700)
commit0d0b496a797f955042d7ab1404f4e228d73c2b06
tree21430f6c983e8dfc65a37734935bf4c89a0a10e1
parent51067fd22842ec64eafe7ccd77fc1d60c2bb5453
mm: remove references to page->index in huge_memory.c

We already have folios in all these places; it's just a matter of using
them instead of the pages.

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