diff options
Diffstat (limited to 'net/ceph')
-rw-r--r-- | net/ceph/osd_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index dd01b1340e95..ac186b7c9986 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -1867,7 +1867,7 @@ int ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino, | |||
1867 | u32 truncate_seq, u64 truncate_size, | 1867 | u32 truncate_seq, u64 truncate_size, |
1868 | struct timespec *mtime, | 1868 | struct timespec *mtime, |
1869 | struct page **pages, int num_pages, | 1869 | struct page **pages, int num_pages, |
1870 | int flags, int do_sync) | 1870 | int flags) |
1871 | { | 1871 | { |
1872 | struct ceph_osd_request *req; | 1872 | struct ceph_osd_request *req; |
1873 | int rc = 0; | 1873 | int rc = 0; |
@@ -1878,7 +1878,7 @@ int ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino, | |||
1878 | CEPH_OSD_OP_WRITE, | 1878 | CEPH_OSD_OP_WRITE, |
1879 | flags | CEPH_OSD_FLAG_ONDISK | | 1879 | flags | CEPH_OSD_FLAG_ONDISK | |
1880 | CEPH_OSD_FLAG_WRITE, | 1880 | CEPH_OSD_FLAG_WRITE, |
1881 | snapc, do_sync, | 1881 | snapc, 0, |
1882 | truncate_seq, truncate_size, mtime, | 1882 | truncate_seq, truncate_size, mtime, |
1883 | true, 1, page_align); | 1883 | true, 1, page_align); |
1884 | if (IS_ERR(req)) | 1884 | if (IS_ERR(req)) |