[PATCH 4/5] maple_tree: Delete one of the two identical checks

Liam R. Howlett Liam.Howlett at Oracle.com
Fri Nov 10 06:57:12 PST 2023


* Peng Zhang <zhangpeng.00 at bytedance.com> [231109 07:43]:
> There are two identical checks, delete one of them.
> 
> Signed-off-by: Peng Zhang <zhangpeng.00 at bytedance.com>

Reviewed-by: Liam R. Howlett <Liam.Howlett at oracle.com>

> ---
>  lib/maple_tree.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/lib/maple_tree.c b/lib/maple_tree.c
> index ad6b70ce82ff..c66a7367d8ac 100644
> --- a/lib/maple_tree.c
> +++ b/lib/maple_tree.c
> @@ -4117,9 +4117,6 @@ static inline bool mas_wr_append(struct ma_wr_state *wr_mas,
>  	if (mt_in_rcu(mas->tree))
>  		return false;
>  
> -	if (mas->offset != mas->end)
> -		return false;
> -
>  	end = mas->end;
>  	if (mas->offset != end)
>  		return false;
> -- 
> 2.20.1
> 



More information about the maple-tree mailing list