summaryrefslogtreecommitdiff
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2013-02-15 17:42:29 (GMT)
committerAlex Elder <elder@inktank.com>2013-02-18 18:19:28 (GMT)
commitfbf8685fb155e12a9f4d4b966c7b3442ed557687 (patch)
tree1dc58ef2dc0ad95b0462d89eaa7dfae1f61d7e42 /include/linux/ceph
parent87f979d390f9ecfa3d0038a9f9a002a62f8a1895 (diff)
downloadlinux-fsl-qoriq-fbf8685fb155e12a9f4d4b966c7b3442ed557687.tar.xz
ceph: kill ceph_osdc_writepages() "dosync" parameter
There is only one caller of ceph_osdc_writepages(), and it always passes 0 as its "dosync" argument. Get rid of that argument and replace its use in ceph_osdc_writepages() with 0. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'include/linux/ceph')
-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 afcb255..7a63100 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -275,7 +275,7 @@ extern int ceph_osdc_writepages(struct ceph_osd_client *osdc,
u32 truncate_seq, u64 truncate_size,
struct timespec *mtime,
struct page **pages, int nr_pages,
- int flags, int do_sync);
+ int flags);
/* watch/notify events */
extern int ceph_osdc_create_event(struct ceph_osd_client *osdc,