Skip to content

Commit

Permalink
Merge PR ceph#24725 into nautilus
Browse files Browse the repository at this point in the history
* refs/pull/24725/head:
	mds: add missing mds_lock

Reviewed-by: Sage Weil <[email protected]>
  • Loading branch information
batrick committed Oct 24, 2018
2 parents 484dc12 + 6421aae commit 375091f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mds/MDSDaemon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ KeyStore *MDSDaemon::ms_get_auth1_authorizer_keystore()

int MDSDaemon::ms_handle_authentication(Connection *con)
{
std::lock_guard l(mds_lock);
int ret = 0;
entity_name_t n(con->get_peer_type(), con->get_peer_global_id());

Expand Down

0 comments on commit 375091f

Please sign in to comment.