summaryrefslogtreecommitdiffstats
path: root/src/mds
diff options
context:
space:
mode:
authorHaomai Wang <haomaiwang@gmail.com>2016-06-20 04:45:45 +0200
committerGitHub <noreply@github.com>2016-06-20 04:45:45 +0200
commitfc65df9532456de4a60c36f50531da9642be71d3 (patch)
tree76986301f73635582db4e68bb44a349854958179 /src/mds
parentMerge pull request #9801 from stiopaa1/msg_msg_types_entity_name_t_makeprivate (diff)
downloadceph-fc65df9532456de4a60c36f50531da9642be71d3.tar.xz
ceph-fc65df9532456de4a60c36f50531da9642be71d3.zip
Revert "msg/msg_types.h: make members private in ..."
Diffstat (limited to 'src/mds')
-rw-r--r--src/mds/MDCache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc
index f476e67a8e9..dbda0c68193 100644
--- a/src/mds/MDCache.cc
+++ b/src/mds/MDCache.cc
@@ -9514,7 +9514,7 @@ void MDCache::kick_discovers(mds_rank_t who)
void MDCache::handle_discover(MDiscover *dis)
{
mds_rank_t whoami = mds->get_nodeid();
- mds_rank_t from = mds_rank_t(dis->get_source_inst().name.num());
+ mds_rank_t from = mds_rank_t(dis->get_source_inst().name._num);
assert(from != whoami);