linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ext4: Fix incorrect comment
@ 2022-05-20  2:22 Wang Jianjian
  2022-05-20  2:22 ` [PATCH 2/2] ext4, doc: Remove unnecessary escaping Wang Jianjian
  2022-06-16 15:44 ` [PATCH 1/2] ext4: Fix incorrect comment Theodore Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Jianjian @ 2022-05-20  2:22 UTC (permalink / raw)
  To: linux-ext4, linux-doc

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 fs/ext4/page-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c
index 8385939eeb48..97fa7b4c645f 100644
--- 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_end_io_end() when IO
+	 * end_page_writeback() cannot be called from ext4_end_bio() when IO
 	 * on the first buffer finishes and we are still working on submitting
 	 * the second buffer.
 	 */
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-16 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20  2:22 [PATCH 1/2] ext4: Fix incorrect comment Wang Jianjian
2022-05-20  2:22 ` [PATCH 2/2] ext4, doc: Remove unnecessary escaping Wang Jianjian
2022-06-16 15:44 ` [PATCH 1/2] ext4: Fix incorrect comment Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).