projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5bf12
)
ext4: fix incorrect comment in ext4_bio_write_page()
author
Wang Jianjian
<wangjianjian3@huawei.com>
Fri, 20 May 2022 02:22:54 +0000
(10:22 +0800)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 16 Jun 2022 15:03:16 +0000
(11:03 -0400)
Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
Link:
https://lore.kernel.org/r/20220520022255.2120576-1-wangjianjian3@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/page-io.c
patch
|
blob
|
history
diff --git
a/fs/ext4/page-io.c
b/fs/ext4/page-io.c
index 14695e2b5042ba5e6dbb594ecff5238899c8d955..97fa7b4c645fdd0c9bab5be3d6e0a82c9bf3054b 100644
(file)
--- a/
fs/ext4/page-io.c
+++ b/
fs/ext4/page-io.c
@@
-465,7
+465,7
@@
int ext4_bio_write_page(struct ext4_io_submit *io,
/*
* In the first loop we prepare and mark buffers to submit. We have to
* mark all buffers in the page before submitting so that
- * end_page_writeback() cannot be called from ext4_
bio_end_
io() when IO
+ * end_page_writeback() cannot be called from ext4_
end_b
io() when IO
* on the first buffer finishes and we are still working on submitting
* the second buffer.
*/