diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index 17c82d56538..a6e67641ce9 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -875,7 +875,7 @@ afr_sh_entry_expunge_entry_cbk (call_frame_t *expunge_frame, void *cookie,  	active_src = expunge_sh->active_source;  	source = (long) cookie; -	if (op_ret == -1 && op_errno == ENOENT) { +	if (op_ret == -1 && op_errno == ENOENT && postparent) {  		gf_log (this->name, GF_LOG_TRACE,  			"missing entry %s on %s",  | 
