Matthew DeVore has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/503498 )
Change subject: Add missing mutex initialization
......................................................................
Add missing mutex initialization
The mutex struct is 0-initialized implicitly by the call to gsh_calloc
earlier in this function. This is good enough to make it a functional
mutex by some pthread implementations, but this is not sufficient on at
least macOS. Add an explicit initialization.
Change-Id: I345b1640820fbc591e285dcf375a1832e74270ff
Signed-off-by: Matthew DeVore <matvore(a)google.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_main.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/98/503498/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/503498
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I345b1640820fbc591e285dcf375a1832e74270ff
Gerrit-Change-Number: 503498
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew DeVore <matvore(a)google.com>
Gerrit-MessageType: newchange