Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: fix incorrect comment in ext4_bio_write_page()

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>

authored by

Wang Jianjian and committed by
Theodore Ts'o
48e02e61 4f5bf127

+1 -1
+1 -1
fs/ext4/page-io.c
··· 465 465 /* 466 466 * In the first loop we prepare and mark buffers to submit. We have to 467 467 * 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 469 469 * on the first buffer finishes and we are still working on submitting 470 470 * the second buffer. 471 471 */