OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-38-g7ede3fa

Gerrit Code Review gerrit@openafs.org
Thu, 5 Nov 2020 22:33:44 -0500


The following commit has been merged in the master branch:
commit 7ede3fa17f1ba419e4b5febd36ccdc3af38f92bc
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sun Sep 2 17:03:38 2018 -0500

    ptserver: move IDToName, NameToID to ptprocs.c and make static
    
    These two helpers are only used in implementing server-side RPC handlers,
    and having to track the codeflow across files is unhelpful.  Move them
    into the file where they're used, make them static, and remove the
    prototypes from ptrototypes.h (which is not an installed header, so
    there is no API/ABI breakage).
    
    Change-Id: I236d17865a296933f41aaee206535d341c3a955d
    Reviewed-on: https://gerrit.openafs.org/13319
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/ptserver/ptprocs.c      |   34 ++++++++++++++++++++++++++++++++++
 src/ptserver/ptprototypes.h |    4 ----
 src/ptserver/utils.c        |   30 ------------------------------
 3 files changed, 34 insertions(+), 34 deletions(-)

-- 
OpenAFS Master Repository