From 6b0cd9fc8450029449f7c320a2e5d766e87ac8d4 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 26 Jan 2012 16:11:02 +0530 Subject: protocol/client: Pass the right arguments to CLIENT_GET_REMOTE_FD Change-Id: I04f984f20964650a38009bba7711d2757151ade5 BUG: 762935 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.com/2694 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/protocol/client/src/client3_1-fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/client/src') diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index 56816e9b5..3d39fc579 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -4639,7 +4639,7 @@ client3_1_fremovexattr (call_frame_t *frame, xlator_t *this, if (!(args->fd && args->fd->inode)) goto unwind; - CLIENT_GET_REMOTE_FD(conf, args->fd, remote_fd, unwind); + 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; -- cgit