diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ceph/osd_client.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index fdda93ebbb4c..ffaf9076fdc4 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
| @@ -243,12 +243,12 @@ extern void osd_req_op_watch_init(struct ceph_osd_req_op *op, u16 opcode, | |||
| 243 | 243 | ||
| 244 | extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, | 244 | extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, |
| 245 | struct ceph_snap_context *snapc, | 245 | struct ceph_snap_context *snapc, |
| 246 | unsigned int num_op, | 246 | unsigned int num_ops, |
| 247 | bool use_mempool, | 247 | bool use_mempool, |
| 248 | gfp_t gfp_flags); | 248 | gfp_t gfp_flags); |
| 249 | 249 | ||
| 250 | extern void ceph_osdc_build_request(struct ceph_osd_request *req, u64 off, | 250 | extern void ceph_osdc_build_request(struct ceph_osd_request *req, u64 off, |
| 251 | unsigned int num_op, | 251 | unsigned int num_ops, |
| 252 | struct ceph_osd_req_op *src_ops, | 252 | struct ceph_osd_req_op *src_ops, |
| 253 | struct ceph_snap_context *snapc, | 253 | struct ceph_snap_context *snapc, |
| 254 | u64 snap_id, | 254 | u64 snap_id, |
| @@ -257,11 +257,11 @@ extern void ceph_osdc_build_request(struct ceph_osd_request *req, u64 off, | |||
| 257 | extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *, | 257 | extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *, |
| 258 | struct ceph_file_layout *layout, | 258 | struct ceph_file_layout *layout, |
| 259 | struct ceph_vino vino, | 259 | struct ceph_vino vino, |
| 260 | u64 offset, u64 *len, int op, int flags, | 260 | u64 offset, u64 *len, |
| 261 | int num_ops, struct ceph_osd_req_op *ops, | ||
| 262 | int opcode, int flags, | ||
| 261 | struct ceph_snap_context *snapc, | 263 | struct ceph_snap_context *snapc, |
| 262 | int do_sync, u32 truncate_seq, | 264 | u32 truncate_seq, u64 truncate_size, |
| 263 | u64 truncate_size, | ||
| 264 | struct timespec *mtime, | ||
| 265 | bool use_mempool); | 265 | bool use_mempool); |
| 266 | 266 | ||
| 267 | extern void ceph_osdc_set_request_linger(struct ceph_osd_client *osdc, | 267 | extern void ceph_osdc_set_request_linger(struct ceph_osd_client *osdc, |
