diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-05-25 09:49:58 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-06-19 13:47:04 -0700 |
commit | fe8572380620d2ec7e95f9b6304ed735f013aa1c (patch) | |
tree | 7cae0339efcad2764bfe777d347f7c21fff262b1 /xlators/cluster/afr/src/afr-self-heal-common.c | |
parent | 3709b2860688f4f9645a52006e3ede35b7d02830 (diff) |
cluster/afr: Don't reset split-brain when data-self-heal is off
BUG: 804606
Change-Id: I8cefcb6efa687fac4ad412403c085b3767218f72
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/3586
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-common.c')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.c b/xlators/cluster/afr/src/afr-self-heal-common.c index 5d0db8f63..c4384ebc5 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.c +++ b/xlators/cluster/afr/src/afr-self-heal-common.c @@ -2239,7 +2239,6 @@ afr_self_heal (call_frame_t *frame, xlator_t *this, inode_t *inode) sh = &sh_local->self_heal; sh->inode = inode_ref (inode); - sh->orig_frame = frame; sh->completion_cbk = afr_self_heal_completion_cbk; |