OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-514-g37c5db3

Gerrit Code Review gerrit@openafs.org
Fri, 10 Jan 2020 17:15:18 -0500


The following commit has been merged in the master branch:
commit 37c5db3ce767868803135c916b282ff2e541d052
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.
    
    Change-Id: Idbbe05a8b248ac29c2795c365be6a4e99da536dd
    Reviewed-on: https://gerrit.openafs.org/13973
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 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