diff options
| author | Vikas Gorur <vikas@gluster.com> | 2009-12-07 04:52:47 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-12-07 05:31:32 -0800 | 
| commit | 0ae2b4be39214426a50f5e1fd09562f309819f32 (patch) | |
| tree | 7878217ad8931e0b8fcb33dc31746bd728f0fe63 | |
| parent | 7499335588eabb578c4dab06263cd416a4f3b2d5 (diff) | |
cluster/afr: Don't do entry self-heal in the background.
Signed-off-by: Vikas Gorur <vikas@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 326 ([2.0.8rc9] Spurious self-heal)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=326
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index 420b7155c7f..17c82d56538 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -2346,11 +2346,6 @@ afr_sh_entry_fix (call_frame_t *frame, xlator_t *this)          sh->source = source; -        if (sh->background) { -                sh->unwind (sh->orig_frame, this); -                sh->unwound = _gf_true; -        } -  heal:  	afr_sh_entry_sync_prepare (frame, this);  | 
