summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
diff options
context:
space:
mode:
authorTomohiro Kusumi <tkusumi@tuxera.com>2017-04-05 22:49:44 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2017-04-10 19:48:10 -0700
commit771a9a71778def4098e8baaa23854d24e33fdb2f (patch)
tree7f5c18a08da4b715195204e06a6881454c7b683f /fs/f2fs
parentfa64a0036cb69c50ac156a841f1b83ef0f84fc16 (diff)
downloadlinux-stable-771a9a71778def4098e8baaa23854d24e33fdb2f.tar.gz
linux-stable-771a9a71778def4098e8baaa23854d24e33fdb2f.tar.bz2
linux-stable-771a9a71778def4098e8baaa23854d24e33fdb2f.zip
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 <tkusumi@tuxera.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs')
-rw-r--r--fs/f2fs/data.c2
1 files changed, 1 insertions, 1 deletions
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)
{