]> Pileus Git - ~andy/linux/blobdiff - include/linux/ceph/osd_client.h
libceph: kill off osd data write_request parameters
[~andy/linux] / include / linux / ceph / osd_client.h
index 0d3358ef5285cb2bb17b5246b7737937edda3cb3..0e406934a5512a254484416695dfe81deae402e8 100644 (file)
@@ -241,22 +241,22 @@ extern void osd_req_op_extent_update(struct ceph_osd_request *osd_req,
 
 extern struct ceph_osd_data *osd_req_op_extent_osd_data(
                                        struct ceph_osd_request *osd_req,
-                                       unsigned int which, bool write_request);
+                                       unsigned int which);
 extern struct ceph_osd_data *osd_req_op_cls_response_data(
                                        struct ceph_osd_request *osd_req,
                                        unsigned int which);
 
 extern void osd_req_op_extent_osd_data_pages(struct ceph_osd_request *,
-                                       unsigned int which, bool write_request,
+                                       unsigned int which,
                                        struct page **pages, u64 length,
                                        u32 alignment, bool pages_from_pool,
                                        bool own_pages);
 extern void osd_req_op_extent_osd_data_pagelist(struct ceph_osd_request *,
-                                       unsigned int which, bool write_request,
+                                       unsigned int which,
                                        struct ceph_pagelist *pagelist);
 #ifdef CONFIG_BLOCK
 extern void osd_req_op_extent_osd_data_bio(struct ceph_osd_request *,
-                                       unsigned int which, bool write_request,
+                                       unsigned int which,
                                        struct bio *bio, size_t bio_length);
 #endif /* CONFIG_BLOCK */