aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ceph/osd_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index 75f56d372d44..2b04d054e09d 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -214,12 +214,13 @@ extern int ceph_calc_raw_layout(struct ceph_file_layout *layout,
214 214
215extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, 215extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
216 struct ceph_snap_context *snapc, 216 struct ceph_snap_context *snapc,
217 struct ceph_osd_req_op *ops, 217 unsigned int num_op,
218 bool use_mempool, 218 bool use_mempool,
219 gfp_t gfp_flags); 219 gfp_t gfp_flags);
220 220
221extern void ceph_osdc_build_request(struct ceph_osd_request *req, 221extern void ceph_osdc_build_request(struct ceph_osd_request *req,
222 u64 off, u64 len, 222 u64 off, u64 len,
223 unsigned int num_op,
223 struct ceph_osd_req_op *src_ops, 224 struct ceph_osd_req_op *src_ops,
224 struct ceph_snap_context *snapc, 225 struct ceph_snap_context *snapc,
225 u64 snap_id, 226 u64 snap_id,