commit | b3bbd3f2ab19c8ca319003b4b51ce4c4ca74da06 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Fri Dec 02 16:35:09 2016 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Dec 12 23:09:21 2016 +0100 |
tree | bfb52f0ab116ce2d3f499719df19ea9a2788d209 | |
parent | 0dde584882ade13dc9708d611fbf69b0ae8a9e48 [diff] |
libceph: no need to drop con->mutex for ->get_authorizer() ->get_authorizer(), ->verify_authorizer_reply(), ->sign_message() and ->check_message_signature() shouldn't be doing anything with or on the connection (like closing it or sending messages). Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Sage Weil <sage@redhat.com>