From a67421a5de5d94ec6953421fa142b5f239af9a94 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 25 Aug 2014 01:45:22 +0100 Subject: [PATCH] osd: update handle_osd_map call I had changed the implementation in Objecter to avoid a spurious get/put cycle in "osdc/Objecter: fix resource management", but this guy was still going a get() before calling handle_osd_map. Signed-off-by: John Spray --- src/osd/OSD.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 179ec0dac606d..9b4507ac93755 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -6098,7 +6098,6 @@ void OSD::handle_osd_map(MOSDMap *m) session->put(); // share with the objecter - m->get(); service.objecter->handle_osd_map(m); epoch_t first = m->get_first(); -- 2.39.5