summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/stripe/src/stripe-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/stripe/src/stripe-helpers.c')
-rw-r--r--xlators/cluster/stripe/src/stripe-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/stripe-helpers.c b/xlators/cluster/stripe/src/stripe-helpers.c
index 3c12809d625..02ee6a43d7c 100644
--- a/xlators/cluster/stripe/src/stripe-helpers.c
+++ b/xlators/cluster/stripe/src/stripe-helpers.c
@@ -51,7 +51,7 @@ stripe_aggregate (dict_t *this, char *key, data_t *value, void *data)
dst = data;
- if (strcmp (key, GF_XATTR_QUOTA_SIZE_KEY) == 0) {
+ if (strcmp (key, QUOTA_SIZE_KEY) == 0) {
ret = dict_get_bin (dst, key, (void **)&size);
if (ret < 0) {
size = GF_CALLOC (1, sizeof (int64_t),