From: Wang Jianjian Date: Fri, 20 May 2022 02:22:54 +0000 (+0800) Subject: ext4: fix incorrect comment in ext4_bio_write_page() X-Git-Tag: v6.1-rc5~1042^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48e02e6113825db81e4aacc035933c0d0e4e68ce;p=platform%2Fkernel%2Flinux-starfive.git ext4: fix incorrect comment in ext4_bio_write_page() Signed-off-by: Wang Jianjian Link: https://lore.kernel.org/r/20220520022255.2120576-1-wangjianjian3@huawei.com Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index 14695e2..97fa7b4 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_bio_end_io() 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. */