diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.c')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 5717650dd12..445bd590c4d 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -4562,7 +4562,7 @@ dht_getxattr (call_frame_t *frame, xlator_t *this,          xlator_t     *subvol        = NULL;          xlator_t     *hashed_subvol = NULL; -        xlator_t     *mds_subvol = NULL; +        xlator_t     *mds_subvol    = NULL;          xlator_t     *cached_subvol = NULL;          dht_conf_t   *conf          = NULL;          dht_local_t  *local         = NULL; @@ -4572,6 +4572,9 @@ dht_getxattr (call_frame_t *frame, xlator_t *this,          int           cnt           = 0;          char         *node_uuid_key = NULL;          int           ret           = -1; + +        GF_CHECK_XATTR_KEY_AND_GOTO (key, IO_THREADS_QUEUE_SIZE_KEY, +                                     op_errno, err);          VALIDATE_OR_GOTO (frame, err);          VALIDATE_OR_GOTO (this, err);          VALIDATE_OR_GOTO (loc, err);  | 
