OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_7-120-ged61705

Gerrit Code Review gerrit@openafs.org
Fri, 19 Mar 2021 16:46:56 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit ed6170582ce6fc9fc501349aa98ccc726c04501b
Author: Andrew Deason <adeason@dson.org>
Date:   Sun Dec 1 15:39:04 2019 -0600

    FBSD: Declare vnops/vfsops static
    
    Declare our vnode and vfs operations as static functions, since they
    are not referenced outside of osi_vfsops.c/osi_vnodeops.c. Shuffle
    around the definitions in osi_vnodeops.c so that we don't need forward
    declarations for the functions.
    
    Reviewed-on: https://gerrit.openafs.org/13973
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 37c5db3ce767868803135c916b282ff2e541d052)
    
    Change-Id: I8817e0e2a02bc4211dc84c0d9f8b418de756120e
    Reviewed-on: https://gerrit.openafs.org/14530
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/afs/FBSD/osi_prototypes.h |    6 --
 src/afs/FBSD/osi_vfsops.c     |   66 +++++++++---------
 src/afs/FBSD/osi_vnodeops.c   |  147 ++++++++++++++++------------------------
 3 files changed, 92 insertions(+), 127 deletions(-)

-- 
OpenAFS Master Repository