OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-451-g2336164

Gerrit Code Review gerrit@openafs.org
Fri, 30 Aug 2019 11:05:29 -0400


The following commit has been merged in the master branch:
commit 2336164d1bf63980419d3a870f908f1f384fdfc0
Author: Andrew Deason <adeason@dson.org>
Date:   Sun Jul 21 17:02:34 2019 -0500

    afs: Actually free resources during warm shutdown
    
    Currently, the shutdown_*() code paths for several subsystems only
    free the memory for that subsystem for "cold" shutdowns, and not for
    "warm" shutdowns. This means the memory gets leaked during a "warm"
    shutdown, since we never free these resources anywhere else.
    Specifically, this happens in shutdown_bufferpackage, shutdown_AFS,
    and shutdown_osinet.
    
    To avoid these leaks for warm shutdowns, just move the
    afs_cold_shutdown check around a little, so we free the relevant items
    in either codepath.
    
    Change-Id: I748311784f512b3e2f25bdcaa6629108a5790212
    Reviewed-on: https://gerrit.openafs.org/13716
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/afs_buffer.c    |   23 +++++++-----
 src/afs/afs_cell.c      |    4 ++-
 src/afs/afs_init.c      |   93 ++++++++++++++++++++++++-----------------------
 src/afs/afs_osi_alloc.c |   29 ++++++++-------
 4 files changed, 80 insertions(+), 69 deletions(-)

-- 
OpenAFS Master Repository