projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa64a00
)
f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b
author
Tomohiro Kusumi
<tkusumi@tuxera.com>
Wed, 5 Apr 2017 19:49:44 +0000
(22:49 +0300)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 11 Apr 2017 02:48:10 +0000
(19:48 -0700)
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>
fs/f2fs/data.c
patch
|
blob
|
history
diff --git
a/fs/f2fs/data.c
b/fs/f2fs/data.c
index
3d74c0f
..
e984a42
100644
(file)
--- 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 pag
e.
+ *
A caller needs to unlock the page on failur
e.
*/
int f2fs_submit_page_bio(struct f2fs_io_info *fio)
{