The following commit has been merged in the master branch:
commit 24fdeefe16688d6a5cb7499a22df49d2c5ff9011
Author: Cheyenne Wills <cwi...@sinenomine.net>
Date:   Thu Jul 31 09:03:10 2025 -0600

    Linux: Rename page->index to page->__folio_index
    
    The Linux 6.16 commit:
        'mm: rename page->index to page->__folio_index' (acc53a0b4c156)
    
    simply renamed the field.
    
    Add a autoconf test for page->__folio_index.
    
    Create a getter wrapper function, afs_page_index(), that returns
    page->__folio_index/page->index.
    
    Update code that references the page->index with afs_page_index().
    
    Note: Older code that is not conditionally not built for Linux 6.16
    (e.g. afs_linux_bypass_readpages and afs_linux_readpages) was not
    updated to use the wrapper.
    
    Change-Id: Ib94103165d12455c0de93bd836a4a9811efc6fcd
    Reviewed-on: https://gerrit.openafs.org/16439
    Tested-by: BuildBot <build...@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmef...@sinenomine.net>
    Reviewed-by: Andrew Deason <adea...@sinenomine.net>

 src/afs/LINUX/osi_compat.h    | 12 ++++++++++++
 src/afs/LINUX/osi_vnodeops.c  |  6 +++---
 src/cf/linux-kernel-struct.m4 |  3 +++
 3 files changed, 18 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to