mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
committed by
Andrew Morton
parent
e94715982c
commit
acc53a0b4c
@@ -206,7 +206,7 @@ static u64 get_inode_sequence_number(struct inode *inode)
|
||||
*
|
||||
* For shared mappings (when @fshared), the key is:
|
||||
*
|
||||
* ( inode->i_sequence, page->index, offset_within_page )
|
||||
* ( inode->i_sequence, page offset within mapping, offset_within_page )
|
||||
*
|
||||
* [ also see get_inode_sequence_number() ]
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user