Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information