]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext4: remove tl argument from ext4_fc_replay_{add,del}_range
authorGuoqing Jiang <guoqing.jiang@linux.dev>
Wed, 21 Jan 2026 06:38:05 +0000 (14:38 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Apr 2026 14:36:08 +0000 (10:36 -0400)
commit2f17d1993b01960579761284e9a0da533a7a82fa
treef52aa5792ecc005d2e66818a9fa75670f6c955a6
parenteb10607628acd1408a02e49b545e6421bb7a6ea2
ext4: remove tl argument from ext4_fc_replay_{add,del}_range

Since commit a7ba36bc94f2 ("ext4: fix fast commit alignment issues"),
both ext4_fc_replay_add_range and ext4_fc_replay_del_range get
ex based on 'val' instead of 'tl'.

Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20260121063805.19863-1-guoqing.jiang@linux.dev
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/fast_commit.c