From: Sage Weil Date: Thu, 25 Feb 2010 20:40:45 +0000 (-0800) Subject: ceph: fix connection fault STANDBY check X-Git-Tag: v2.6.34-rc2~9^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80a52d14f868059e8ec790c9fae88cdb8a1df98;p=pandora-kernel.git ceph: fix connection fault STANDBY check Move any out_sent messages to out_queue _before_ checking if out_queue is empty and going to STANDBY, or else we may drop something that was never acked. And clean up the code a bit (less goto). Signed-off-by: Sage Weil --- Reading git-diff-tree failed