OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-21-ge1f4291

Gerrit Code Review gerrit@openafs.org
Thu, 27 May 2021 10:13:21 -0400


The following commit has been merged in the master branch:
commit e1f42913419cc51348e9e42a752e0816a8d8f610
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Nov 3 13:49:15 2020 -0600

    rx: Remove multi_End_Ignore
    
    Since commit "rx: Remove delays in multi_End_Ignore", multi_End_Ignore
    and multi_Finalize_Ignore are unused in the tree, and should not be
    used by callers. Remove the dead functions.
    
    This commit bumps LT_current in libafsrpc to 3, because we are
    removing the exported symbol multi_Finalize_Ignore.
    
    Change-Id: I4d298f5118a69cfd04de44c3f268691a87a6d9a7
    Reviewed-on: https://gerrit.openafs.org/14425
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/libafsrpc/Makefile.in      |    2 +-
 src/libafsrpc/afsrpc.def       |    2 +-
 src/libafsrpc/libafsrpc.la.sym |    1 -
 src/rx/liboafs_rx.la.sym       |    1 -
 src/rx/rx_multi.c              |    7 -------
 src/rx/rx_multi.h              |    3 ---
 src/rx/rx_prototypes.h         |    1 -
 7 files changed, 2 insertions(+), 15 deletions(-)

-- 
OpenAFS Master Repository