From 37d2fe2c71bfe914d1513bb69c88c77800ff6359 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 18 Apr 2013 11:14:46 -0700 Subject: [PATCH] osd: Make clear_temp() public for use by remove Signed-off-by: David Zafman --- src/osd/OSD.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 8251202faa3..c4934261eac 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -521,6 +521,7 @@ public: hobject_t oid(sobject_t("infos", CEPH_NOSNAP)); return oid; } + static void clear_temp(ObjectStore *store, coll_t tmp); private: @@ -992,8 +993,6 @@ protected: friend class C_OSD_GetVersion; - static void clear_temp(ObjectStore *store, coll_t tmp); - // -- alive -- epoch_t up_thru_wanted; epoch_t up_thru_pending;