The following commit has been merged in the master branch:
commit 4a21bdeceebcd7165cdfaa2b146ca510527c21f4
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Tested-by: Andrew Deason <[email protected]>

 src/afs/SOLARIS/osi_vnodeops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to