commit | b1c6b9803f5491e94041e6da96bc9dec3870e792 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 16 15:16:38 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Thu May 17 08:18:12 2012 -0500 |
tree | 55cde98a6667f811a7529adf02c24e683ba80cdc | |
parent | 5a0f8fdd8a0ebe320952a388331dc043d7e14ced [diff] |
ceph: messenger: rework prepare_connect_authorizer() Change prepare_connect_authorizer() so it returns without dropping the connection mutex if the connection has no get_authorizer method. Use the symbolic CEPH_AUTH_UNKNOWN instead of 0 when assigning authorization protocols. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>