diff options
Diffstat (limited to 'include/linux/ceph/mdsmap.h')
-rw-r--r-- | include/linux/ceph/mdsmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/mdsmap.h b/include/linux/ceph/mdsmap.h index cb15b5d867c7..87ed09f54800 100644 --- a/include/linux/ceph/mdsmap.h +++ b/include/linux/ceph/mdsmap.h | |||
@@ -29,8 +29,8 @@ struct ceph_mdsmap { | |||
29 | 29 | ||
30 | /* which object pools file data can be stored in */ | 30 | /* which object pools file data can be stored in */ |
31 | int m_num_data_pg_pools; | 31 | int m_num_data_pg_pools; |
32 | u32 *m_data_pg_pools; | 32 | u64 *m_data_pg_pools; |
33 | u32 m_cas_pg_pool; | 33 | u64 m_cas_pg_pool; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | static inline struct ceph_entity_addr * | 36 | static inline struct ceph_entity_addr * |