From 2538b77a2f219a76c19289ab3e675927f6914149 Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Mon, 11 Jul 2016 15:32:41 +0800 Subject: [PATCH] client: fix MetaRequest::set_other_inode() Signed-off-by: Yan, Zheng (cherry picked from commit 265f96bda7e106883063f074133450ce39ee262c) --- src/client/MetaRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/MetaRequest.h b/src/client/MetaRequest.h index c180de626e67..43173b4128d2 100644 --- a/src/client/MetaRequest.h +++ b/src/client/MetaRequest.h @@ -140,7 +140,7 @@ public: out->swap(_old_inode); } void set_other_inode(Inode *in) { - _old_inode = in; + _other_inode = in; } Inode *other_inode() { return _other_inode.get(); -- 2.47.3