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)
commit757fc66da91b54d4fbc414bee5c440b52560d3b7
tree1cd7f9b37d2e26a46fe5920ec747901d9cd912be
parent76dba1fe277f6befd6ef650e1946f626c547387a
ext4: fix incorrect function name in comment

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