diff options
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/osd_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index bcf9c2180ea5..5d86416d35f2 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
@@ -328,7 +328,8 @@ extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *, | |||
328 | struct ceph_file_layout *layout, | 328 | struct ceph_file_layout *layout, |
329 | struct ceph_vino vino, | 329 | struct ceph_vino vino, |
330 | u64 offset, u64 *len, | 330 | u64 offset, u64 *len, |
331 | int num_ops, int opcode, int flags, | 331 | unsigned int which, int num_ops, |
332 | int opcode, int flags, | ||
332 | struct ceph_snap_context *snapc, | 333 | struct ceph_snap_context *snapc, |
333 | u32 truncate_seq, u64 truncate_size, | 334 | u32 truncate_seq, u64 truncate_size, |
334 | bool use_mempool); | 335 | bool use_mempool); |