From 44b8fbe7537d0203649919cd6d1a62a69c4f7802 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Thu, 18 Oct 2012 10:20:09 +0530 Subject: cluster/afr: handle GF_XATTR_LOCKINFO_KEY appropriately. values from all children need to be aggregated into a dictionary and serialized buffer of this aggregated dictionary has to be the value of GF_XATTR_LOCKINFO_KEY in the dict sent as a result of fgetxattr. Change-Id: Ie877f7c637c07feaee4c44d7ef86aa967a17b7e7 BUG: 808400 Signed-off-by: Raghavendra G Reviewed-on: http://review.gluster.org/4121 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/afr/src/afr-inode-write.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/cluster/afr/src/afr-inode-write.c') diff --git a/xlators/cluster/afr/src/afr-inode-write.c b/xlators/cluster/afr/src/afr-inode-write.c index 4c550297292..94700ddae78 100644 --- a/xlators/cluster/afr/src/afr-inode-write.c +++ b/xlators/cluster/afr/src/afr-inode-write.c @@ -1701,9 +1701,6 @@ afr_fsetxattr (call_frame_t *frame, xlator_t *this, GF_IF_INTERNAL_XATTR_GOTO ("trusted.glusterfs.afr.*", dict, op_errno, out); - if (ret) - goto out; - priv = this->private; QUORUM_CHECK(fsetxattr,out); -- cgit