ofir vainshtein has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1202361?usp=email )
Change subject: fsal_destoryer.c: Didn't call unload for static fsals
......................................................................
fsal_destoryer.c: Didn't call unload for static fsals
m->dl_handle is used to determine if fsal is static, and static fsals are the only ones
implementing unload
so the condition made it so that static fsals were not unloaded on ganesha destroy
Change-Id: Id0cc3245bb545f6bf38ce9852bef6c3e72a18666
Signed-off-by: Ofir Vaisnhtein <ofirvins(a)google.com>
---
M src/FSAL/fsal_destroyer.c
1 file changed, 11 insertions(+), 13 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/61/1202361/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1202361?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Id0cc3245bb545f6bf38ce9852bef6c3e72a18666
Gerrit-Change-Number: 1202361
Gerrit-PatchSet: 1
Gerrit-Owner: ofir vainshtein <ofirvins(a)google.com>