diff options
Diffstat (limited to 'xlators/features/quota/src/quotad.c')
-rw-r--r-- | xlators/features/quota/src/quotad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/quota/src/quotad.c b/xlators/features/quota/src/quotad.c index dc2665e9622..2c9949fa127 100644 --- a/xlators/features/quota/src/quotad.c +++ b/xlators/features/quota/src/quotad.c @@ -106,11 +106,9 @@ qd_nameless_lookup (xlator_t *this, call_frame_t *frame, gfs3_lookup_req *req, int op_errno = 0, ret = -1; loc_t loc = {0, }; quotad_aggregator_state_t *state = NULL; - quota_priv_t *priv = NULL; xlator_t *subvol = NULL; char *volume_uuid = NULL; - priv = this->private; state = frame->root->state; frame->root->op = GF_FOP_LOOKUP; |