summaryrefslogtreecommitdiff
path: root/src/osd/OSD.h
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-05-09 17:25:57 -0700
committerSamuel Just <sam.just@inktank.com>2013-05-09 22:23:46 -0700
commit01a07c1ee1ea2ef134f5fddf19518eb3c0349b53 (patch)
treeaca71620218133170288475aa8f5a754ef5cb3b2 /src/osd/OSD.h
parentf5a60ca2266c27a182444f737ff1d905d7dd1141 (diff)
downloadceph-01a07c1ee1ea2ef134f5fddf19518eb3c0349b53.tar.gz
OSD: rename clear_temp to recursive_remove_collection()
Signed-off-by: Samuel Just <sam.just@inktank.com>
Diffstat (limited to 'src/osd/OSD.h')
-rw-r--r--src/osd/OSD.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/OSD.h b/src/osd/OSD.h
index 528896a73a5..a4c2bf8c900 100644
--- a/src/osd/OSD.h
+++ b/src/osd/OSD.h
@@ -630,7 +630,7 @@ public:
hobject_t oid(sobject_t("infos", CEPH_NOSNAP));
return oid;
}
- static void clear_temp(ObjectStore *store, coll_t tmp);
+ static void recursive_remove_collection(ObjectStore *store, coll_t tmp);
private: