f2fs: relocate is_merged_page

Operations in is_merged_page is related to inner bio cache, move it to
data.c.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Chao Yu
2016-01-18 18:24:59 +08:00
committed by Jaegeuk Kim
parent 4de8ebeff8
commit 0fd785eb93
3 changed files with 39 additions and 38 deletions
+1
View File
@@ -1880,6 +1880,7 @@ void destroy_checkpoint_caches(void);
/*
* data.c
*/
bool is_merged_page(struct f2fs_sb_info *, struct page *, enum page_type);
void f2fs_submit_merged_bio(struct f2fs_sb_info *, enum page_type, int);
int f2fs_submit_page_bio(struct f2fs_io_info *);
void f2fs_submit_page_mbio(struct f2fs_io_info *);