All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ?
@ 2022-04-06 12:52 Wang Jianjian
  2022-05-11 16:27 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Jianjian @ 2022-04-06 12:52 UTC (permalink / raw)
  To: linux-ext4

There is no ext4_bio_end_io, should it be ext4_end_io_end ?

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 495ce59fb4ad..f9273acc4629 100644
--- a/fs/ext4/page-io.c
+++ b/fs/ext4/page-io.c
@@ -463,7 +463,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_io_end() 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] 2+ messages in thread

* Re: [PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ?
  2022-04-06 12:52 [PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ? Wang Jianjian
@ 2022-05-11 16:27 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2022-05-11 16:27 UTC (permalink / raw)
  To: Wang Jianjian; +Cc: linux-ext4

On Wed, Apr 06, 2022 at 08:52:51PM +0800, Wang Jianjian wrote:
> There is no ext4_bio_end_io, should it be ext4_end_io_end ?

I believe the correction in the comment should be "cannot be called
from ext4_end_bio()".

					- Ted

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

end of thread, other threads:[~2022-05-11 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 12:52 [PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ? Wang Jianjian
2022-05-11 16:27 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.