mirror of
https://github.com/ceph/ceph
synced 2024-12-15 07:56:12 +00:00
fixed port
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@954 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
886e755841
commit
f0965534c4
@ -978,7 +978,7 @@ void Client::release_caps(Inode *in,
|
||||
it->second.seq,
|
||||
it->second.caps,
|
||||
in->file_caps_wanted());
|
||||
messenger->send_message(m, MSG_ADDR_MDS(it->first), mdsmap->get_inst(it->first), MDS_PORT_CACHE);
|
||||
messenger->send_message(m, MSG_ADDR_MDS(it->first), mdsmap->get_inst(it->first), MDS_PORT_LOCKER);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1003,7 +1003,7 @@ void Client::update_caps_wanted(Inode *in)
|
||||
it->second.caps,
|
||||
in->file_caps_wanted());
|
||||
messenger->send_message(m,
|
||||
MSG_ADDR_MDS(it->first), mdsmap->get_inst(it->first), MDS_PORT_CACHE);
|
||||
MSG_ADDR_MDS(it->first), mdsmap->get_inst(it->first), MDS_PORT_LOCKER);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user