aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ceph/osd_client.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index d9b880e977e6..f2e5d2cdca06 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -227,9 +227,7 @@ extern void ceph_osdc_build_request(struct ceph_osd_request *req,
227 u64 off, u64 *plen, 227 u64 off, u64 *plen,
228 struct ceph_osd_req_op *src_ops, 228 struct ceph_osd_req_op *src_ops,
229 struct ceph_snap_context *snapc, 229 struct ceph_snap_context *snapc,
230 struct timespec *mtime, 230 struct timespec *mtime);
231 const char *oid,
232 int oid_len);
233 231
234extern 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 *,
235 struct ceph_file_layout *layout, 233 struct ceph_file_layout *layout,