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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/features/quota/src/quota.h b/xlators/features/quota/src/quota.h
index 6f74da789b6..79afb28cfe8 100644
--- a/xlators/features/quota/src/quota.h
+++ b/xlators/features/quota/src/quota.h
@@ -86,11 +86,9 @@
#define QUOTA_STACK_WIND_TAIL(frame, params...) \
do { \
quota_local_t *_local = NULL; \
- xlator_t *_this = NULL; \
\
if (frame) { \
_local = frame->local; \
- _this = frame->this; \
frame->local = NULL; \
} \
\
@@ -103,10 +101,8 @@
#define QUOTA_STACK_UNWIND(fop, frame, params...) \
do { \
quota_local_t *_local = NULL; \
- xlator_t *_this = NULL; \
if (frame) { \
_local = frame->local; \
- _this = frame->this; \
frame->local = NULL; \
} \
STACK_UNWIND_STRICT (fop, frame, params); \