Re: [PATCH v4 04/34] ext4: drop iblock parameter

From: IBM
Date: Wed May 01 2024 - 10:42:12 EST


Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx> writes:

> From: Zhang Yi <yi.zhang@xxxxxxxxxx>
>
> The start block of the delalloc extent to be inserted is equal to
> map->m_lblk, just drop the duplicate iblock input parameter.
>

That is indeed correct. Let's drop the unnecessary function argument.
Please feel free to add -

Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>

> Signed-off-by: Zhang Yi <yi.zhang@xxxxxxxxxx>
> ---
> fs/ext4/inode.c | 15 +++++++--------
> 1 file changed, 7 insertions(+), 8 deletions(-)