Animesh Javali has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1242400?usp=email )
Change subject: Issue 1347: Add PTHREAD_PRIO_INHERIT support
......................................................................
Issue 1347: Add PTHREAD_PRIO_INHERIT support
Add an optional compile-time configuration to
initialize Ganesha's default mutex attributes
with the PTHREAD_PRIO_INHERIT protocol.
When USE_PRIO_INHERIT is enabled, the default
mutex attribute is configured using
pthread_mutexattr_setprotocol() before mutex
initialization.
This USE_PRIO_INHERIT compile flag is disabled
by default.
Change-Id: I47424d4b3d8378b83a5ee9a2767fbc5c531d649b
Signed-off-by: Animesh Javali <Animesh.Javali(a)ibm.com>
---
M src/CMakeLists.txt
M src/MainNFSD/nfs_init.c
M src/include/config-h.in.cmake
M src/nfs-ganesha.spec-in.cmake
4 files changed, 16 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/00/1242400/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1242400?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: I47424d4b3d8378b83a5ee9a2767fbc5c531d649b
Gerrit-Change-Number: 1242400
Gerrit-PatchSet: 1
Gerrit-Owner: Animesh Javali <Animesh.Javali(a)ibm.com>