]> www.infradead.org Git - users/hch/misc.git/commit
ext4: refactor ext4_collapse_range()
authorZhang Yi <yi.zhang@huawei.com>
Fri, 20 Dec 2024 01:16:33 +0000 (09:16 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Feb 2025 12:48:25 +0000 (07:48 -0500)
commit162e3c5ad1672ef41dccfb28ad198c704b8aa9e7
tree82a0728180d6378c69fd26f8af5856cdf8c7d657
parent53471e0bedad5891b860d02233819dc0e28189e2
ext4: refactor ext4_collapse_range()

Simplify ext4_collapse_range() and align its code style with that of
ext4_zero_range() and ext4_punch_hole(). Refactor it by: a) renaming
variables, b) removing redundant input parameter checks and moving
the remaining checks under i_rwsem in preparation for future
refactoring, and c) renaming the three stale error tags.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Link: https://patch.msgid.link/20241220011637.1157197-7-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c