commit | 7b862e07b1a4d5c963d19027f10ea78085f27f9b | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Mon Jul 30 18:16:56 2012 -0700 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 18:16:56 2012 -0700 |
tree | 003d412e6ebfd50f03cabd0bc82aa3916d3bbd06 | |
parent | 4f471e4a9c7db0256834e1b376ea50c82e345c3c [diff] |
libceph: verify state after retaking con lock after dispatch We drop the con mutex when delivering a message. When we retake the lock, we need to verify we are still in the OPEN state before preparing to read the next tag, or else we risk stepping on a connection that has been closed. Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <elder@inktank.com>