diff options
author | Anuradha <atalur@redhat.com> | 2015-06-05 16:49:14 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-06-08 22:07:13 -0700 |
commit | 2ff7c89236f1dc2bc0cb9e97ec2ac5a180618ff6 (patch) | |
tree | b6449675794d91f9287c5138d776f58c4ac15fb8 /heal | |
parent | d2edcbd1620f9186cdcb9666a1b274a41b586575 (diff) |
heal : Do not invoke glfs_fini for glfs-heal commands
backport of http://review.gluster.org/11103
Change-Id: I2fa6789488c4ecebbed049f46c189441fba48535
BUG: 1229100
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>
Reviewed-on: http://review.gluster.org/11115
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'heal')
-rw-r--r-- | heal/src/glfs-heal.c | 2 |
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 |