summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/src/changelog-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/changelog/src/changelog-helpers.c')
-rw-r--r--xlators/features/changelog/src/changelog-helpers.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/xlators/features/changelog/src/changelog-helpers.c b/xlators/features/changelog/src/changelog-helpers.c
index 4ab3c8429d1..81bd99bcb7d 100644
--- a/xlators/features/changelog/src/changelog-helpers.c
+++ b/xlators/features/changelog/src/changelog-helpers.c
@@ -1803,8 +1803,9 @@ changelog_dec_fop_cnt (xlator_t *this, changelog_priv_t *priv,
priv->dm.drain_wait_black == _gf_true) {
ret = pthread_cond_signal (
&priv->dm.drain_black_cond);
- CHANGELOG_PTHREAD_ERROR_HANDLE_0 (ret,
- out);
+ CHANGELOG_PTHREAD_ERROR_HANDLE_2 (ret,
+ out,
+ priv->dm.drain_black_mutex);
gf_msg_debug (this->name, 0,
"Signalled "
"draining of black");
@@ -1821,8 +1822,9 @@ changelog_dec_fop_cnt (xlator_t *this, changelog_priv_t *priv,
priv->dm.drain_wait_white == _gf_true) {
ret = pthread_cond_signal (
&priv->dm.drain_white_cond);
- CHANGELOG_PTHREAD_ERROR_HANDLE_0 (ret,
- out);
+ CHANGELOG_PTHREAD_ERROR_HANDLE_2 (ret,
+ out,
+ priv->dm.drain_white_mutex);
gf_msg_debug (this->name, 0,
"Signalled "
"draining of white");