OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-455-g43b5029

Gerrit Code Review gerrit@openafs.org
Mon, 15 Jul 2024 13:07:47 -0400


The following commit has been merged in the master branch:
commit 43b5029eee16c4e106fa3d8346bd2688a5705d01
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Aug 9 20:06:35 2017 -0500

    SOLARIS: Add afs_putpage prototype, and follow it
    
    A couple of places call afs_putpage outside of osi_vnodeops.c (where
    it's defined). So, add a prototype for it in osi_prototypes.h. Also
    make the call sites actually follow the prototype, by giving the
    correct arguments in the AFS_SUN511_ENV case.
    
    Change-Id: I2c9e500ee0fe544df64b4d023091f4a1ad965485
    Reviewed-on: https://gerrit.openafs.org/12704
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>

 src/afs/SOLARIS/osi_prototypes.h | 9 +++++++++
 src/afs/SOLARIS/osi_vm.c         | 9 +++++++++
 2 files changed, 18 insertions(+)

-- 
OpenAFS Master Repository