ext4: drop iblock parameter
authorZhang Yi <yi.zhang@huawei.com>
Fri, 17 May 2024 12:40:00 +0000 (20:40 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 27 Jun 2024 22:04:49 +0000 (18:04 -0400)
commitbb6b18057f18e9b7f53a524721060652de151e8a
tree5efceaa35c7ff21824d1939ac7f754c98b2c6b83
parent14a210c110d1ffbef4ed56e88e3c34de04790ff8
ext4: drop iblock parameter

The start block of the delalloc extent to be inserted is equal to
map->m_lblk, just drop the duplicate iblock input parameter.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://patch.msgid.link/20240517124005.347221-6-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c