summaryrefslogtreecommitdiffstats
path: root/heal
diff options
context:
space:
mode:
authorAnuradha <atalur@redhat.com>2015-06-05 16:49:14 +0530
committerVijay Bellur <vbellur@redhat.com>2015-06-06 09:50:03 -0700
commit8f12fae9cb9349af2e3eeb338b5d85112655dc29 (patch)
treedbd1dad689da64d6c040e18ba92df9f307406564 /heal
parent02ccab9257ab36af281a4a610684a913dfa32d0f (diff)
heal : Do not invoke glfs_fini for glfs-heal commands
Change-Id: I2fa6789488c4ecebbed049f46c189441fba48535 BUG: 1228635 Signed-off-by: Anuradha <atalur@redhat.com> Reviewed-on: http://review.gluster.org/11103 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'heal')
-rw-r--r--heal/src/glfs-heal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c
index a05b201fcbd..bc76518d539 100644
--- a/heal/src/glfs-heal.c
+++ b/heal/src/glfs-heal.c
@@ -679,7 +679,7 @@ cleanup (glfs_t *fs)
{
if (!fs)
return;
-#ifdef DEBUG
+#if 0
/* glfs fini path is still racy and crashing the program. Since
* this program any way has to die, we are not gonna call fini
* in the released versions. i.e. final builds. For all