]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: move variables special to rename into MDRequest::more
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 18 Jan 2013 14:54:02 +0000 (22:54 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Tue, 29 Jan 2013 02:17:36 +0000 (10:17 +0800)
commit710bba3a4b0523941cda61aee45a3e10d815f95a
tree9f4490ada13cf23a08c86410af45f26d136e0e29
parent4fc68a48113557392e9f1b00eb0f921163036a98
mds: move variables special to rename into MDRequest::more

My previous patches add two pointers (ambiguous_auth_inode and
auth_pin_freeze) to class Mutation. They are both used by cross
authority rename, both point to the renamed inode. Later patches
need add more rename special state to MDRequest, So just move them
into MDRequest::more

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/MDCache.cc
src/mds/Mutation.cc
src/mds/Mutation.h
src/mds/Server.cc