OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-293-g24fdeef
Gerrit Code Review
gerrit@openafs.org
Tue, 5 Aug 2025 15:00:10 -0400
The following commit has been merged in the master branch:
commit 24fdeefe16688d6a5cb7499a22df49d2c5ff9011
Author: Cheyenne Wills <cwills@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 <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@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