The quilt patch titled Subject: maple_tree: delete one of the two identical checks has been removed from the -mm tree. Its filename was maple_tree-delete-one-of-the-two-identical-checks.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx> Subject: maple_tree: delete one of the two identical checks Date: Mon, 20 Nov 2023 15:09:36 +0800 There are two identical checks, delete one of them. Link: https://lkml.kernel.org/r/20231120070937.35481-5-zhangpeng.00@xxxxxxxxxxxxx Signed-off-by: Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx> Reviewed-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/maple_tree.c | 3 --- 1 file changed, 3 deletions(-) --- a/lib/maple_tree.c~maple_tree-delete-one-of-the-two-identical-checks +++ a/lib/maple_tree.c @@ -4117,9 +4117,6 @@ static inline bool mas_wr_append(struct if (mt_in_rcu(mas->tree)) return false; - if (mas->offset != mas->end) - return false; - end = mas->end; if (mas->offset != end) return false; _ Patches currently in -mm which might be from zhangpeng.00@xxxxxxxxxxxxx are