summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/features/marker/src/marker-quota.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c
index 835108cc403..cc75922b9f2 100644
--- a/xlators/features/marker/src/marker-quota.c
+++ b/xlators/features/marker/src/marker-quota.c
@@ -3448,14 +3448,12 @@ mq_inspect_directory_xattr_task (void *opaque)
xlator_t *this = NULL;
loc_t *loc = NULL;
dict_t *dict = NULL;
- struct iatt buf = {0,};
GF_ASSERT (opaque);
args = (quota_synctask_t *) opaque;
loc = &args->loc;
dict = args->dict;
- buf = args->buf;
this = args->this;
THIS = this;