aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/osd_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index 4bfb4582439a..0e82a0a967ef 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -209,7 +209,6 @@ extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
209 209
210extern int ceph_calc_raw_layout(struct ceph_osd_client *osdc, 210extern int ceph_calc_raw_layout(struct ceph_osd_client *osdc,
211 struct ceph_file_layout *layout, 211 struct ceph_file_layout *layout,
212 u64 snapid,
213 u64 off, u64 *plen, u64 *bno, 212 u64 off, u64 *plen, u64 *bno,
214 struct ceph_osd_request *req, 213 struct ceph_osd_request *req,
215 struct ceph_osd_req_op *op); 214 struct ceph_osd_req_op *op);
@@ -227,6 +226,7 @@ extern void ceph_osdc_build_request(struct ceph_osd_request *req,
227 u64 off, u64 len, 226 u64 off, u64 len,
228 struct ceph_osd_req_op *src_ops, 227 struct ceph_osd_req_op *src_ops,
229 struct ceph_snap_context *snapc, 228 struct ceph_snap_context *snapc,
229 u64 snap_id,
230 struct timespec *mtime); 230 struct timespec *mtime);
231 231
232extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *, 232extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,