From <fatih(a)gandi.net>:
fatih(a)gandi.net has uploaded this change for review. (
https://review.gerrithub.io/420733
Change subject: FreeBSD: make sure we destroy all pthread objects
......................................................................
FreeBSD: make sure we destroy all pthread objects
pthread objects are dynamically allocated on init
whereas objects are static on Linux
we have to destroy them in order to free memory
Change-Id: I9ab72a951c3737e7f2f722f116b1bff6fdda05cd
Signed-off-by: Fatih Acar <fatih.acar(a)gandi.net>
---
M src/FSAL/FSAL_MEM/mem_export.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_hash.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_main.c
M src/FSAL/commonlib.c
M src/FSAL/fsal_manager.c
M src/MainNFSD/9p_dispatcher.c
M src/MainNFSD/nfs_init.c
M src/include/gsh_wait_queue.h
M src/support/client_mgr.c
M src/support/delayed_exec.c
M src/support/ds.c
M src/support/export_mgr.c
13 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/33/420733/1
--
To view, visit
https://review.gerrithub.io/420733
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ab72a951c3737e7f2f722f116b1bff6fdda05cd
Gerrit-Change-Number: 420733
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward <fatih(a)gandi.net>