Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / ceph / osdmap.h
index 10a417f9f76fa9ccd2e2fffbc27950dbc355df59..c83a838f89f5ad8ceb1cb131e8840369fd72d1dd 100644 (file)
@@ -110,7 +110,7 @@ extern void ceph_osdmap_destroy(struct ceph_osdmap *map);
 
 /* calculate mapping of a file extent to an object */
 extern int ceph_calc_file_object_mapping(struct ceph_file_layout *layout,
-                                        u64 off, u64 *plen,
+                                        u64 off, u64 len,
                                         u64 *bno, u64 *oxoff, u64 *oxlen);
 
 /* calculate mapping of object to a placement group */