mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
spurious conflicts
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1373 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
e9b7e212de
commit
40f37d0bee
@ -2966,7 +2966,6 @@ int Client::enumerate_layout(int fh, list<ObjectExtent>& result,
|
||||
}
|
||||
|
||||
|
||||
|
||||
void Client::ms_handle_failure(Message *m, const entity_inst_t& inst)
|
||||
{
|
||||
entity_name_t dest = inst.name;
|
||||
|
@ -320,6 +320,11 @@ class Client : public Dispatcher {
|
||||
};
|
||||
|
||||
|
||||
// cluster descriptors
|
||||
MDSMap *mdsmap;
|
||||
OSDMap *osdmap;
|
||||
|
||||
|
||||
protected:
|
||||
Messenger *messenger;
|
||||
int whoami;
|
||||
@ -366,11 +371,6 @@ class Client : public Dispatcher {
|
||||
void handle_client_request_forward(MClientRequestForward *reply);
|
||||
void handle_client_reply(MClientReply *reply);
|
||||
|
||||
|
||||
// cluster descriptors
|
||||
MDSMap *mdsmap;
|
||||
OSDMap *osdmap;
|
||||
|
||||
bool mounted;
|
||||
bool unmounting;
|
||||
Cond mount_cond;
|
||||
|
Loading…
Reference in New Issue
Block a user