OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_6-40-g045a97d

Gerrit Code Review gerrit@openafs.org
Fri, 16 Oct 2020 13:03:29 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 045a97dfbc8dd6a2794b74e16f47984dc5f8eccf
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Sep 18 12:11:36 2020 -0600

    Move afs_pthread_setname_self to opr
    
    Move the functionality in afs_pthread_setname_self from libutil to
    opr, in a new function opr_threadname_set. This allows us to more
    easily use the routine in more subsystems, since most code already
    uses opr.
    
    Reviewed-on: https://gerrit.openafs.org/13655
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 9d28f7390332c92b3d9e863c6fe70c26db28b5ad)
    
    Change-Id: Ic6bbb615bc3494a7a114a0f4cae711b65ebec111
    Reviewed-on: https://gerrit.openafs.org/14368
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/budb/dbs_dump.c           |    4 +-
 src/butc/dbentries.c          |    3 +-
 src/butc/dump.c               |    5 ++-
 src/butc/lwps.c               |    4 +-
 src/butc/recoverDb.c          |    3 +-
 src/butc/tcudbprocs.c         |    6 ++--
 src/opr/Makefile.in           |    3 +-
 src/opr/liboafs_opr.la.sym    |    1 +
 src/opr/opr.h                 |   12 ++++++++
 src/opr/threadname.c          |   58 +++++++++++++++++++++++++++++++++++++++++
 src/ubik/beacon.c             |    2 +-
 src/ubik/recovery.c           |    2 +-
 src/util/Makefile.in          |    2 +-
 src/util/afsutil_prototypes.h |   10 -------
 src/util/liboafs_util.la.sym  |    1 -
 src/util/pthread_threadname.c |   58 -----------------------------------------
 src/viced/viced.c             |    4 +-
 src/vol/fssync-server.c       |    2 +-
 src/volser/volmain.c          |    2 +-
 19 files changed, 94 insertions(+), 88 deletions(-)

-- 
OpenAFS Master Repository