From: Sage Weil Date: Mon, 10 May 2010 23:31:25 +0000 (-0700) Subject: ceph: clean up send_mds_reconnect interface X-Git-Tag: v2.6.35-rc1~419^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b6c855fafc54ef130649809cd580f98e3f8416;p=pandora-kernel.git 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 --- Reading git-diff-tree failed