Skip to content

Commit

Permalink
Merge pull request #5814 from SUSE/wip-12840-firefly
Browse files Browse the repository at this point in the history
recursive lock of md_config_t (0)

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
Loic Dachary committed Oct 20, 2015
2 parents 11ed9f9 + 2c2ffa1 commit e43d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ md_config_t::md_config_t()
#undef OPTION
#undef SUBSYS
#undef DEFAULT_SUBSYS
lock("md_config_t", true)
lock("md_config_t", true, false)
{
init_subsys();
}
Expand Down

0 comments on commit e43d049

Please sign in to comment.