libceph: no need to drop con->mutex for ->get_authorizer()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 2 Dec 2016 15:35:09 +0000 (16:35 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Dec 2016 22:09:21 +0000 (23:09 +0100)
commitb3bbd3f2ab19c8ca319003b4b51ce4c4ca74da06
treebfb52f0ab116ce2d3f499719df19ea9a2788d209
parent0dde584882ade13dc9708d611fbf69b0ae8a9e48
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>
net/ceph/messenger.c