]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/f2fs/f2fs.h
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
authorYuan Zhong <yuan.mark.zhong@samsung.com>
Fri, 10 Jan 2014 07:26:14 +0000 (07:26 +0000)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 14 Jan 2014 08:45:54 +0000 (17:45 +0900)
commit5514f0aadddcdfaaaea697b60203f5402552eb7b
treef793bcf65d650075f2739ac1d681d370780a9d50
parent3bac380c901206bccba1f5b108c1c8382ab21a16
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>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/inline.c
fs/f2fs/inode.c
fs/f2fs/segment.c