mm: rename page->index to page->__folio_index
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 14 May 2025 18:15:07 +0000 (19:15 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 1 Jun 2025 05:46:06 +0000 (22:46 -0700)
commitacc53a0b4c156877773da6e9eea4113dc7e770ae
tree99c3f07c985f13e6c8bc1ce87b7f5618df62b2e5
parente94715982c969135457df013d2f8b1742451803c
mm: rename page->index to page->__folio_index

All users of page->index have been converted to not refer to it any more.
Update a few pieces of documentation that were missed and prevent new
users from appearing (or at least make them easy to grep for).

Link: https://lkml.kernel.org/r/20250514181508.3019795-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/mm/flush.c
include/linux/mm.h
include/linux/mm_types.h
kernel/futex/core.c
mm/filemap.c
mm/memory.c
mm/page-writeback.c
mm/truncate.c
mm/zpdesc.h