]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: factor out ext4_get_maxbytes()
authorZhang Yi <yi.zhang@huawei.com>
Tue, 6 May 2025 01:20:08 +0000 (09:20 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 May 2025 14:30:59 +0000 (10:30 -0400)
commitdbe27f06fa38b9bfc598f8864ae1c5d5831d9992
tree0c90ca78c9f5de5f9d57e17d86f563f6bd4dd8ab
parent29ec9bed2395061350249ae356fb300dd82a78e7
ext4: factor out ext4_get_maxbytes()

There are several locations that get the correct maxbytes value based on
the inode's block type. It would be beneficial to extract a common
helper function to make the code more clear.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Baokun Li <libaokun1@huawei.com>
Link: https://patch.msgid.link/20250506012009.3896990-3-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/file.c