summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota/src/quota.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/quota/src/quota.h')
-rw-r--r--xlators/features/quota/src/quota.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.h b/xlators/features/quota/src/quota.h
index d53894ab48f..fce2e54bd60 100644
--- a/xlators/features/quota/src/quota.h
+++ b/xlators/features/quota/src/quota.h
@@ -134,7 +134,6 @@ struct quota_inode_ctx {
int64_t size;
int64_t limit;
struct iatt buf;
- char just_validated;
struct list_head parents;
struct timeval tv;
gf_lock_t lock;
@@ -154,6 +153,7 @@ struct quota_local {
int32_t op_errno;
int64_t size;
int64_t limit;
+ char just_validated;
inode_t *inode;
call_stub_t *stub;
};