f2fs: cleanup the f2fs_bio_alloc routine
[deliverable/linux.git] / fs / f2fs / f2fs.h
index 8c3f1ef6ace26da8ec0201fecb1fb5c59c80ff15..2bce3a62c0ba3e8afe68cfc5f7c5a7e9dcda1276 100644 (file)
@@ -924,7 +924,7 @@ void clear_prefree_segments(struct f2fs_sb_info *);
 int npages_for_summary_flush(struct f2fs_sb_info *);
 void allocate_new_segments(struct f2fs_sb_info *);
 struct page *get_sum_page(struct f2fs_sb_info *, unsigned int);
-struct bio *f2fs_bio_alloc(struct block_device *, sector_t, int, gfp_t);
+struct bio *f2fs_bio_alloc(struct block_device *, int);
 void f2fs_submit_bio(struct f2fs_sb_info *, enum page_type, bool sync);
 int write_meta_page(struct f2fs_sb_info *, struct page *,
                                        struct writeback_control *);
This page took 0.037076 seconds and 5 git commands to generate.