]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: use ma_dead_node() in mte_dead_node()
authorI Hsin Cheng <richard120310@gmail.com>
Tue, 11 Feb 2025 07:18:50 +0000 (15:18 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Feb 2025 00:59:59 +0000 (16:59 -0800)
commit50c994df6c0a762a4c38b053ee36e1cff91d6b4d
tree4efae883a921428cee99a946366c1196642e5424
parentd0a01db04afe64d7b94ee818e5315dc41a45f59e
maple_tree: use ma_dead_node() in mte_dead_node()

Utilize ma_dead_node() in mte_dead_node().  It can prevent decoding the
maple enode for a second time.  Use the "node" to find parent for
comparison.

Link: https://lkml.kernel.org/r/20250211071850.330632-1-richard120310@gmail.com
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Cc: Ching-Chun (Jim) Huang <jserv@ccns.ncku.edu.tw>
Cc: Shuah khan <skhan@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c