summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ceph/osdmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h
index 3fd978a..7783237 100644
--- a/include/linux/ceph/osdmap.h
+++ b/include/linux/ceph/osdmap.h
@@ -24,6 +24,8 @@ struct ceph_pg {
uint32_t seed;
};
+int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs);
+
#define CEPH_POOL_FLAG_HASHPSPOOL 1
struct ceph_pg_pool_info {