The following commit has been merged in the openafs-stable-1_8_x branch:
commit ed6170582ce6fc9fc501349aa98ccc726c04501b
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit 37c5db3ce767868803135c916b282ff2e541d052)
    
    Change-Id: I8817e0e2a02bc4211dc84c0d9f8b418de756120e
    Reviewed-on: https://gerrit.openafs.org/14530
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to