diff options
Diffstat (limited to 'fs/ceph/rados.h')
-rw-r--r-- | fs/ceph/rados.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/rados.h b/fs/ceph/rados.h index 85bdef78d142..fb23ff9297c9 100644 --- a/fs/ceph/rados.h +++ b/fs/ceph/rados.h | |||
@@ -84,6 +84,7 @@ struct ceph_pg_pool { | |||
84 | __u8 type; /* CEPH_PG_TYPE_* */ | 84 | __u8 type; /* CEPH_PG_TYPE_* */ |
85 | __u8 size; /* number of osds in each pg */ | 85 | __u8 size; /* number of osds in each pg */ |
86 | __u8 crush_ruleset; /* crush placement rule */ | 86 | __u8 crush_ruleset; /* crush placement rule */ |
87 | __u8 object_hash; /* hash mapping object name to ps */ | ||
87 | __le32 pg_num, pgp_num; /* number of pg's */ | 88 | __le32 pg_num, pgp_num; /* number of pg's */ |
88 | __le32 lpg_num, lpgp_num; /* number of localized pg's */ | 89 | __le32 lpg_num, lpgp_num; /* number of localized pg's */ |
89 | __le32 last_change; /* most recent epoch changed */ | 90 | __le32 last_change; /* most recent epoch changed */ |