]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: remove mas_searchable()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 1 Nov 2023 17:16:26 +0000 (13:16 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:23 +0000 (13:16 -0800)
commit36b56444ff421c6d232ae6e6b72882f222bca9ab
treea6dd8cedd2ffec9ced5ae0370801a0e6f8bcf4ba
parent3773fa4f9b08ba2da30b987cbdf9901478e5680c
maple_tree: remove mas_searchable()

Now that the status of the maple state is outside of the node, the
mas_searchable() function can be dropped for easier open-coding of what is
going on.

Link: https://lkml.kernel.org/r/20231101171629.3612299-10-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Peng Zhang <zhangpeng.00@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c
tools/testing/radix-tree/maple.c