From 7fa06c4ce1a44bbd89d3798193f173c057533bb6 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 15 Feb 2012 19:48:50 +0530 Subject: protocol: remove the 'path<>' from rename() and link() missed it in the previous round of cleanup, path is completely useless in resolve function. Change-Id: I1aef0f5276afb77dfacfcc0c337ac80b4fcacc55 Signed-off-by: Amar Tumballi BUG: 790298 Reviewed-on: http://review.gluster.com/2756 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- rpc/xdr/src/glusterfs3-xdr.x | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rpc/xdr/src/glusterfs3-xdr.x') diff --git a/rpc/xdr/src/glusterfs3-xdr.x b/rpc/xdr/src/glusterfs3-xdr.x index 651190c19..710a90378 100644 --- a/rpc/xdr/src/glusterfs3-xdr.x +++ b/rpc/xdr/src/glusterfs3-xdr.x @@ -153,9 +153,7 @@ struct gfs3_readlink_req { struct gfs3_rename_req { opaque oldgfid[16]; opaque newgfid[16]; - string oldpath<>; string oldbname<>; /* NULL terminated */ - string newpath<>; string newbname<>; /* NULL terminated */ opaque xdata<>; /* Extra data */ }; @@ -174,8 +172,6 @@ struct gfs3_readlink_req { struct gfs3_link_req { opaque oldgfid[16]; opaque newgfid[16]; - string oldpath<>; - string newpath<>; string newbname<>; opaque xdata<>; /* Extra data */ }; -- cgit