aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ceph/osd_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index ec33588194ef..803a9db0b475 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -247,7 +247,7 @@ extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
247 int do_sync, u32 truncate_seq, 247 int do_sync, u32 truncate_seq,
248 u64 truncate_size, 248 u64 truncate_size,
249 struct timespec *mtime, 249 struct timespec *mtime,
250 bool use_mempool, int page_align); 250 bool use_mempool);
251 251
252extern void ceph_osdc_set_request_linger(struct ceph_osd_client *osdc, 252extern void ceph_osdc_set_request_linger(struct ceph_osd_client *osdc,
253 struct ceph_osd_request *req); 253 struct ceph_osd_request *req);