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

Peng Zhang zhangpeng.00 at bytedance.com
Thu Nov 9 04:43:07 PST 2023


There are two identical checks, delete one of them.

Signed-off-by: Peng Zhang <zhangpeng.00 at bytedance.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