diff options
author | David Zafman <david.zafman@inktank.com> | 2013-04-18 11:14:46 -0700 |
---|---|---|
committer | David Zafman <david.zafman@inktank.com> | 2013-04-19 17:08:37 -0700 |
commit | 37d2fe2c71bfe914d1513bb69c88c77800ff6359 (patch) | |
tree | 213d6b5b9a6b074ffd01c345f7aef07045417401 /src/osd/OSD.h | |
parent | 460db089554e254426d45c096390dfc69e1f2bc4 (diff) | |
download | ceph-37d2fe2c71bfe914d1513bb69c88c77800ff6359.tar.gz |
osd: Make clear_temp() public for use by remove
Signed-off-by: David Zafman <david.zafman@inktank.com>
Diffstat (limited to 'src/osd/OSD.h')
-rw-r--r-- | src/osd/OSD.h | 3 |
1 files changed, 1 insertions, 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; |