OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-444-g4a21bde
Gerrit Code Review
gerrit@openafs.org
Fri, 12 Jul 2024 13:19:28 -0400
The following commit has been merged in the master branch:
commit 4a21bdeceebcd7165cdfaa2b146ca510527c21f4
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Aug 9 20:06:08 2017 -0500
SOLARIS: Make gafs_fid take a struct fid*
Currently, gafs_fid takes a 'struct fid **' argument, and gives it to
afs_fid(). But afs_fid() takes a 'struct fid *', and the Solaris
vop_fid callback also takes a 'struct fid *'. Just change the argument
to 'struct fid *' to get rid of compiler warnings for both of these
mismatches.
Change-Id: Ie937e4b24ef51265a5957666eda496661f3943ad
Reviewed-on: https://gerrit.openafs.org/12697
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
src/afs/SOLARIS/osi_vnodeops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
OpenAFS Master Repository