Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/552224 )
Change subject: Use global mutex and rwlock attributes to set all the same
......................................................................
Use global mutex and rwlock attributes to set all the same
For Linux we default to:
PTHREAD_MUTEX_ADAPTIVE_NP
and
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP
Change-Id: I3dfcf29521c0b9e2734b8a59372dbe740786a84d
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
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_main.c
M src/FSAL/commonlib.c
M src/FSAL/fsal_manager.c
M src/MainNFSD/libganesha_nfsd.ver
M src/MainNFSD/nfs_init.c
M src/MainNFSD/nfs_lib.c
M src/MainNFSD/nfs_main.c
M src/RPCAL/nfs_dupreq.c
M src/hashtable/hashtable.c
M src/include/common_utils.h
M src/include/gsh_wait_queue.h
M src/include/nfs_init.h
M src/support/client_mgr.c
M src/support/ds.c
M src/support/export_mgr.c
17 files changed, 80 insertions(+), 104 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/24/552224/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/552224
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: I3dfcf29521c0b9e2734b8a59372dbe740786a84d
Gerrit-Change-Number: 552224
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange