From 1badd4511f1cd7ea7c3187b121f793cabb414f3a Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Tue, 9 Nov 2010 02:48:31 +0000 Subject: client: Return correct pre/post iatt for dst during rename Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 2050 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2050 --- xlators/protocol/client/src/client3_1-fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/client/src/client3_1-fops.c') diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index 86e7fb24e0f..b1fe7fe1e99 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -1730,7 +1730,7 @@ out: STACK_UNWIND_STRICT (rename, frame, rsp.op_ret, gf_error_to_errno (rsp.op_errno), &stbuf, &preoldparent, &postoldparent, - &preoldparent, &postoldparent); + &prenewparent, &postnewparent); return 0; } -- cgit