The following commit has been merged in the master branch:
commit 2336164d1bf63980419d3a870f908f1f384fdfc0
Author: Andrew Deason <[email protected]>
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 <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs