summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/protocol/client/src/client3_1-fops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c
index 3d39fc579..e28079ff7 100644
--- a/xlators/protocol/client/src/client3_1-fops.c
+++ b/xlators/protocol/client/src/client3_1-fops.c
@@ -4639,14 +4639,14 @@ client3_1_fremovexattr (call_frame_t *frame, xlator_t *this,
if (!(args->fd && args->fd->inode))
goto unwind;
+ conf = this->private;
+
CLIENT_GET_REMOTE_FD(conf, args->fd, remote_fd, op_errno, unwind);
memcpy (req.gfid, args->fd->inode->gfid, 16);
req.name = (char *)args->name;
req.fd = remote_fd;
- conf = this->private;
-
ret = client_submit_request (this, &req, frame, conf->fops,
GFS3_OP_FREMOVEXATTR,
client3_1_fremovexattr_cbk, NULL,