osd: fix typo in PG::clear_primary_state

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
Brad Hubbard 2016-10-17 08:03:51 +10:00
parent 2eb89c8a9c
commit adc51df69d

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();