The following commit has been merged in the master branch: commit f168b1432175ef1d624cd80736864828c5efbe18 Author: Andrew Deason <adea...@sinenomine.net> Date: Mon Jun 2 12:18:19 2025 -0500
LINUX: Use folio_page() to convert folio to page A few pieces of code are currently converting a folio into a page via &folio->page. But the macro folio_page() can do this for us; use that instead, so we don't need to know the details of how folios/pages are stored together. The macro folio_page() was introduced in Linux commit 7b230db3b8d3 (mm: Introduce struct folio), and so should always be available when folios themselves are. Change-Id: I69b706a4bac5cfd7914de965ca573230823f6dc6 Reviewed-on: https://gerrit.openafs.org/16389 Reviewed-by: Cheyenne Wills <cwi...@sinenomine.net> Reviewed-by: Michael Meffie <mmef...@sinenomine.net> Tested-by: BuildBot <build...@rampaginggeek.com> Reviewed-by: Andrew Deason <adea...@sinenomine.net> src/afs/LINUX/osi_vnodeops.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- OpenAFS Master Repository _______________________________________________ OpenAFS-cvs mailing list OpenAFS-cvs@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-cvs