From adc51df69d67745670af9d375c484428e0f5e40f Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 17 Oct 2016 08:03:51 +1000 Subject: [PATCH] osd: fix typo in PG::clear_primary_state Signed-off-by: Brad Hubbard --- src/osd/PG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 4ca9a48a2fa..fb8eaa697c2 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -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();