aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/osdmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ceph/osdmap.h')
-rw-r--r--include/linux/ceph/osdmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h
index 8c8b3cefc28b..46c3e304c3d8 100644
--- a/include/linux/ceph/osdmap.h
+++ b/include/linux/ceph/osdmap.h
@@ -156,7 +156,7 @@ static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid)
156 return 0; 156 return 0;
157} 157}
158 158
159extern struct ceph_osdmap *osdmap_decode(void **p, void *end); 159extern struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end);
160extern struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, 160extern struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
161 struct ceph_osdmap *map, 161 struct ceph_osdmap *map,
162 struct ceph_messenger *msgr); 162 struct ceph_messenger *msgr);