summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorTomohiro Kusumi <tkusumi@tuxera.com>2017-04-05 22:49:44 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2017-05-08 16:26:36 -0700
commitf886a1df9e79b2e70d4fb4e6a93a328a8cf64405 (patch)
treef4cb575ddb3eb433f62e6f46d6c18db012f16a3f /fs
parente09409d5c38de68d0c0f4fe43c3ae6da521fb58a (diff)
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')
-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 9ce6c3435c00..85da089004ee 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -340,7 +340,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)
{