ext4: fix incorrect function name in comment
authorBaolin Liu <liubaolin@kylinos.cn>
Tue, 12 Aug 2025 02:17:09 +0000 (10:17 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Aug 2025 18:18:50 +0000 (14:18 -0400)
Since commit 6b730a405037 “ext4: hoist ext4_block_write_begin and
replace the __block_write_begin”, the comment should be updated
accordingly from "__block_write_begin" to "ext4_block_write_begin".

Fixes: 6b730a405037 (“ext4: hoist ext4_block_write_begin and replace...")
Signed-off-by: Baolin Liu <liubaolin@kylinos.cn>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Link: https://patch.msgid.link/20250812021709.1120716-1-liubaolin12138@163.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c

index 731a800d9c148ea0ca411db7a1f9741915ddead3..238a0f12a5c043bb973625ac41c1a24b37c16b56 100644 (file)
@@ -3159,7 +3159,7 @@ retry:
                folio_unlock(folio);
                folio_put(folio);
                /*
-                * block_write_begin may have instantiated a few blocks
+                * ext4_block_write_begin may have instantiated a few blocks
                 * outside i_size.  Trim these off again. Don't need
                 * i_size_read because we hold inode lock.
                 */