Merge pull request #11513 from badone/clear_primary_state-typo

osd: fix typo in PG::clear_primary_state
This commit is contained in:
Sage Weil 2016-10-16 21:27:15 -05:00 committed by GitHub
commit d6557a1f70

View File

@ -948,7 +948,7 @@ void PG::clear_primary_state()
snap_trimq.clear();
finish_sync_event = 0; // so that _finish_recvoery doesn't go off in another thread
finish_sync_event = 0; // so that _finish_recovery doesn't go off in another thread
missing_loc.clear();