OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-241-gf168b14
Gerrit Code Review
gerrit@openafs.org
Thu, 3 Jul 2025 11:29:48 -0400
The following commit has been merged in the master branch:
commit f168b1432175ef1d624cd80736864828c5efbe18
Author: Andrew Deason <adeason@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 <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/afs/LINUX/osi_vnodeops.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository