OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-382-g9c8a268
Gerrit Code Review
gerrit@openafs.org
Wed, 19 Nov 2025 00:20:00 -0500
The following commit has been merged in the master branch:
commit 9c8a268eab18f57003c989419bdca7928831f08f
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Nov 12 23:17:08 2025 -0600
AIX: Declare afs_vm_rdwr() and afs_direct_rdwr()
Compiling osi_vfsop.c currently fails on AIX when using the CLANG-based
Open XL C 17.1+ compiler, because the 'static' declaration of
afs_vm_rdwr() and afs_direct_rdwr() conflicts with the non-static
implicit declaration, since these functions are called before they are
declared in the file. To fix this, provide forward decarations of
afs_vm_rdwr() and afs_direct_rdwr().
Change-Id: I71eb28202e015bc4630c789cfc39141aeb3b757e
Reviewed-on: https://gerrit.openafs.org/16622
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Ben Huntsman <ben@huntsmans.net>
Tested-by: Ben Huntsman <ben@huntsmans.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/afs/AIX/osi_vnodeops.c | 4 ++++
1 file changed, 4 insertions(+)
--
OpenAFS Master Repository