summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/afr')
-rw-r--r--xlators/cluster/afr/src/afr-inode-read.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/xlators/cluster/afr/src/afr-inode-read.c b/xlators/cluster/afr/src/afr-inode-read.c
index cdd22475cbe..8d3c823043f 100644
--- a/xlators/cluster/afr/src/afr-inode-read.c
+++ b/xlators/cluster/afr/src/afr-inode-read.c
@@ -1651,10 +1651,9 @@ afr_getxattr (call_frame_t *frame, xlator_t *this,
* Heal daemons don't have IO threads ... and as a result they
* send this getxattr down and eventually crash :(
*/
- if (strcmp (name, IO_THREADS_QUEUE_SIZE_KEY) == 0) {
- ret = -EINVAL;
- goto out;
- }
+ op_errno = -1;
+ GF_CHECK_XATTR_KEY_AND_GOTO(name, IO_THREADS_QUEUE_SIZE_KEY, op_errno,
+ out);
/*
* Special xattrs which need responses from all subvols