aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2013-02-15 12:42:29 -0500
committerAlex Elder <elder@inktank.com>2013-02-18 13:19:35 -0500
commit2480882611e3ab844563dd3d0a822227604ab8fe (patch)
tree3d6aa23e2199a74bca470da02693c73d2a646c6b /include/linux
parentfbf8685fb155e12a9f4d4b966c7b3442ed557687 (diff)
ceph: kill ceph_osdc_writepages() "flags" parameter
There is only one caller of ceph_osdc_writepages(), and it always passes 0 as its "flags" 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')
-rw-r--r--include/linux/ceph/osd_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index 7a63100a3e69..6540e8861998 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -274,8 +274,7 @@ extern int ceph_osdc_writepages(struct ceph_osd_client *osdc,
274 u64 off, u64 len, 274 u64 off, u64 len,
275 u32 truncate_seq, u64 truncate_size, 275 u32 truncate_seq, u64 truncate_size,
276 struct timespec *mtime, 276 struct timespec *mtime,
277 struct page **pages, int nr_pages, 277 struct page **pages, int nr_pages);
278 int flags);
279 278
280/* watch/notify events */ 279/* watch/notify events */
281extern int ceph_osdc_create_event(struct ceph_osd_client *osdc, 280extern int ceph_osdc_create_event(struct ceph_osd_client *osdc,