]> git.ipfire.org Git - thirdparty/linux.git/commit
ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
authorZhang Yi <yi.zhang@huawei.com>
Fri, 27 Mar 2026 10:29:30 +0000 (18:29 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Apr 2026 01:57:51 +0000 (21:57 -0400)
commitad11526d1504641b632918e202e23c9c80923fff
tree0d2633be334c0d86b4527571982f3b9a0da61e6e
parent3b312a6f510ca217607ffacf5cbca2f08c402ec0
ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()

Rename ext4_block_zero_page_range() to ext4_block_zero_range() since the
"page" naming is no longer appropriate for current context. Also change
its signature to take an inode pointer instead of an address_space. This
aligns with the caller ext4_block_zero_eof() and
ext4_zero_partial_blocks().

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20260327102939.1095257-5-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c