commit | 34b6c855fafc54ef130649809cd580f98e3f8416 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon May 10 16:31:25 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon May 17 15:25:35 2010 -0700 |
tree | e66408bc69b59a8a096feeadda16984c3da563e4 | |
parent | 29790f26ab3e63b2a083f0811b80e2f086e4fcb2 [diff] |
ceph: clean up send_mds_reconnect interface Pass a ceph_mds_session, since the caller has it. Remove the dead code for sending empty reconnects. It used to be used when the MDS contacted _us_ to solicit a reconnect, and we could reply saying "go away, I have no session." Now we only send reconnects based on the mds map, and only when we do in fact have an open session. Signed-off-by: Sage Weil <sage@newdream.net>