mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
osd: fix typo in PG::clear_primary_state
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
parent
2eb89c8a9c
commit
adc51df69d
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user