]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: refactor ext4_insert_range()
authorZhang Yi <yi.zhang@huawei.com>
Fri, 20 Dec 2024 01:16:34 +0000 (09:16 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Feb 2025 12:48:25 +0000 (07:48 -0500)
commit49425504376c335c68f7be54ae7c32312afd9475
tree0458b31849f690640b2b5c2afc0af19e2c310acc
parent162e3c5ad1672ef41dccfb28ad198c704b8aa9e7
ext4: refactor ext4_insert_range()

Simplify ext4_insert_range() and align its code style with that of
ext4_collapse_range(). 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-8-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c