Skip to content

Commit 48e02e6

Browse files
Wang Jianjiantytso
authored andcommitted
ext4: fix incorrect comment in ext4_bio_write_page()
Signed-off-by: Wang Jianjian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 4f5bf12 commit 48e02e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/page-io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ int ext4_bio_write_page(struct ext4_io_submit *io,
465465
/*
466466
* In the first loop we prepare and mark buffers to submit. We have to
467467
* mark all buffers in the page before submitting so that
468-
* end_page_writeback() cannot be called from ext4_bio_end_io() when IO
468+
* end_page_writeback() cannot be called from ext4_end_bio() when IO
469469
* on the first buffer finishes and we are still working on submitting
470470
* the second buffer.
471471
*/

0 commit comments

Comments
 (0)