From: Sage Weil Date: Fri, 21 May 2010 19:31:49 +0000 (-0700) Subject: ceph: avoid resending queued message to monitor X-Git-Tag: v2.6.35-rc1~419^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970690012c572fc3b7be532080564b730f6a9c02;p=pandora-kernel.git ceph: avoid resending queued message to monitor The auth_reply handler will (re)send any pending requests. For the initial mon authenticate phase, that's correct, but when a auth ticket renewal races with an in-flight request, we may resend a request message that is already in flight. Avoid this by revoking the message before sending it. We should also avoid resending requests at all during ticket renewal; that will come soon. Signed-off-by: Sage Weil --- Reading git-diff-tree failed