diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-11-10 19:49:43 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-11-11 01:59:32 -0800 |
commit | 8fe39cd4d978ec1bfb57dec0e192f5934122f384 (patch) | |
tree | 4f5f0051038931ef5aadf74dfd3f06903d769b15 /xlators/cluster/afr/src/afr-self-heal-data.c | |
parent | 0cb2ac3521468cd37ac9e4a67db6e8b29725cf77 (diff) |
cluster/afr: honor the xattr set by data-self-heal
Change-Id: I2b8c3a2d7771463ef94892f2a78fc464aba703ee
BUG: 3805
Reviewed-on: http://review.gluster.com/708
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-data.c')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-data.c b/xlators/cluster/afr/src/afr-self-heal-data.c index d86dc626543..a2bc3bb5827 100644 --- a/xlators/cluster/afr/src/afr-self-heal-data.c +++ b/xlators/cluster/afr/src/afr-self-heal-data.c @@ -678,6 +678,7 @@ afr_sh_data_fix (call_frame_t *frame, xlator_t *this) */ dict_unref (orig_local->cont.lookup.xattr); + orig_local->cont.lookup.xattr = NULL; if (orig_local->cont.lookup.xattrs) orig_local->cont.lookup.xattr = dict_ref (orig_local->cont.lookup.xattrs[sh->source]); |