aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph/osd_client.c')
-rw-r--r--net/ceph/osd_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index 71830d79b0f4..6f64eec18851 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -2062,7 +2062,7 @@ void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg)
2062 int skipped_map = 0; 2062 int skipped_map = 0;
2063 2063
2064 dout("taking full map %u len %d\n", epoch, maplen); 2064 dout("taking full map %u len %d\n", epoch, maplen);
2065 newmap = osdmap_decode(&p, p+maplen); 2065 newmap = ceph_osdmap_decode(&p, p+maplen);
2066 if (IS_ERR(newmap)) { 2066 if (IS_ERR(newmap)) {
2067 err = PTR_ERR(newmap); 2067 err = PTR_ERR(newmap);
2068 goto bad; 2068 goto bad;