]> www.infradead.org Git - users/hch/misc.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>
Thu, 7 Nov 2024 22:38:07 +0000 (14:38 -0800)
commit544ec0ed376486fae387c023390add32e68b58dd
treef7d07a94ce084ed77f55b73b99f7dc123459f147
parent0386aaa6e9c826bc494169a914e01a86befe6edf
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