summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota/src/quotad-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/quota/src/quotad-helpers.c')
-rw-r--r--xlators/features/quota/src/quotad-helpers.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xlators/features/quota/src/quotad-helpers.c b/xlators/features/quota/src/quotad-helpers.c
index fd309911474..9a98ab17a24 100644
--- a/xlators/features/quota/src/quotad-helpers.c
+++ b/xlators/features/quota/src/quotad-helpers.c
@@ -84,7 +84,6 @@ call_frame_t *
quotad_aggregator_get_frame_from_req (rpcsvc_request_t *req)
{
call_frame_t *frame = NULL;
- client_t *client = NULL;
GF_VALIDATE_OR_GOTO ("server", req, out);
@@ -92,8 +91,6 @@ quotad_aggregator_get_frame_from_req (rpcsvc_request_t *req)
if (!frame)
goto out;
- client = req->trans->xl_private;
-
frame->root->op = req->procnum;
frame->root->unique = req->xid;
@@ -102,9 +99,6 @@ quotad_aggregator_get_frame_from_req (rpcsvc_request_t *req)
frame->root->gid = req->gid;
frame->root->pid = req->pid;
- gf_client_ref (client);
- frame->root->client = client;
-
frame->root->lk_owner = req->lk_owner;
frame->local = req;