From 8f12fae9cb9349af2e3eeb338b5d85112655dc29 Mon Sep 17 00:00:00 2001 From: Anuradha Date: Fri, 5 Jun 2015 16:49:14 +0530 Subject: heal : Do not invoke glfs_fini for glfs-heal commands Change-Id: I2fa6789488c4ecebbed049f46c189441fba48535 BUG: 1228635 Signed-off-by: Anuradha Reviewed-on: http://review.gluster.org/11103 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- heal/src/glfs-heal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heal/src/glfs-heal.c') 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 -- cgit