diff options
Diffstat (limited to 'xlators/cluster/afr/src')
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-common.c b/xlators/cluster/afr/src/afr-self-heal-common.c index dc660e19888..568368b9ccd 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.c +++ b/xlators/cluster/afr/src/afr-self-heal-common.c @@ -2054,6 +2054,7 @@ afr_self_heal (call_frame_t *frame, xlator_t *this, inode_t *inode)                  local->self_heal.need_entry_self_heal);          sh_frame        = copy_frame (frame); +        sh_frame->root->pid = SELF_HEAL_PID;          sh_local        = afr_local_copy (local, this);          sh_frame->local = sh_local;          sh              = &sh_local->self_heal;  | 
