From: Tomohiro Kusumi Date: Wed, 5 Apr 2017 19:49:44 +0000 (+0300) Subject: f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=771a9a71778def4098e8baaa23854d24e33fdb2f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b Callers are to unlock the page on failure after 86531d6b. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 3d74c0ffa4c7..e984a42eabf4 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -341,7 +341,7 @@ void f2fs_flush_merged_bios(struct f2fs_sb_info *sbi) /* * Fill the locked page with data located in the block address. - * Return unlocked page. + * A caller needs to unlock the page on failure. */ int f2fs_submit_page_bio(struct f2fs_io_info *fio) {