aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osdmap.h
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2012-10-30 19:40:33 -0500
committerAlex Elder <elder@inktank.com>2012-11-01 07:55:42 -0500
commit72afc71ffca0f444ee0e1ef8c7e34ab209bb48b3 (patch)
treec9849491d6f31db1ef1be5a8f7fe186c108830aa /include/linux/ceph/osdmap.h
parentrbd: get parent spec for version 2 images (diff)
downloadlinux-dev-72afc71ffca0f444ee0e1ef8c7e34ab209bb48b3.tar.xz
linux-dev-72afc71ffca0f444ee0e1ef8c7e34ab209bb48b3.zip
libceph: define ceph_pg_pool_name_by_id()
Define and export function ceph_pg_pool_name_by_id() to supply the name of a pg pool whose id is given. This will be used by the next patch. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'include/linux/ceph/osdmap.h')
-rw-r--r--include/linux/ceph/osdmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h
index e88a620b9f8a..5ea57ba69320 100644
--- a/include/linux/ceph/osdmap.h
+++ b/include/linux/ceph/osdmap.h
@@ -123,6 +123,7 @@ extern int ceph_calc_pg_acting(struct ceph_osdmap *osdmap, struct ceph_pg pgid,
extern int ceph_calc_pg_primary(struct ceph_osdmap *osdmap,
struct ceph_pg pgid);
+extern const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id);
extern int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name);
#endif