f2fs: remove the needless parameter of f2fs_wait_on_page_writeback

"boo sync" parameter is never referenced in f2fs_wait_on_page_writeback.
We should remove this parameter.

Signed-off-by: Yuan Zhong <yuan.mark.zhong@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
This commit is contained in:
Yuan Zhong
2014-01-10 07:26:14 +00:00
committed by Jaegeuk Kim
parent 3bac380c90
commit 5514f0aadd
6 changed files with 7 additions and 7 deletions

View File

@@ -1053,7 +1053,7 @@ void rewrite_node_page(struct f2fs_sb_info *sbi,
}
void f2fs_wait_on_page_writeback(struct page *page,
enum page_type type, bool sync)
enum page_type type)
{
struct f2fs_sb_info *sbi = F2FS_SB(page->mapping->host->i_sb);
if (PageWriteback(page)) {