From: Brad Hubbard Date: Sun, 16 Oct 2016 22:03:51 +0000 (+1000) Subject: osd: fix typo in PG::clear_primary_state X-Git-Tag: v11.1.0~627^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11513%2Fhead;p=ceph.git osd: fix typo in PG::clear_primary_state Signed-off-by: Brad Hubbard --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 4ca9a48a2fa1..fb8eaa697c2a 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();