summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorIlya Dryomov2014-01-27 16:40:19 +0100
committerIlya Dryomov2014-01-27 22:57:40 +0100
commitce7f6a2790464047199f54b66420243d433142bd (patch)
tree0d6dcda977b09de07607382a4687b2ac2e6f7914 /include/linux/ceph
parentlibceph: CEPH_OSD_FLAG_* enum update (diff)
downloadkernel-qcow2-linux-ce7f6a2790464047199f54b66420243d433142bd.tar.gz
kernel-qcow2-linux-ce7f6a2790464047199f54b66420243d433142bd.tar.xz
kernel-qcow2-linux-ce7f6a2790464047199f54b66420243d433142bd.zip
libceph: add ceph_pg_pool_by_id()
"Lookup pool info by ID" function is hidden in osdmap.c. Expose it to the rest of libceph. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/osdmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h
index ebb8ec285de6..7f894a64c6c7 100644
--- a/include/linux/ceph/osdmap.h
+++ b/include/linux/ceph/osdmap.h
@@ -174,6 +174,9 @@ extern int ceph_calc_pg_acting(struct ceph_osdmap *osdmap,
extern int ceph_calc_pg_primary(struct ceph_osdmap *osdmap,
struct ceph_pg pgid);
+extern struct ceph_pg_pool_info *ceph_pg_pool_by_id(struct ceph_osdmap *map,
+ u64 id);
+
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);