]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Optimize mas_node_walk() for reads only
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 12 Oct 2021 14:17:49 +0000 (10:17 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Oct 2021 19:23:10 +0000 (15:23 -0400)
commit2f8f9cbf241e743bb1a6cfdb04e97131fecc7e79
tree38b4cedde807af49b877af1d7eb9ac63b49b2a97
parentdd732f4c79be4dbe7fa9e5f7589a5364a6a6ddaf
maple_tree: Optimize mas_node_walk() for reads only

Now that only reads use mas_node_walk(), there are some situations which will not
need to be checked.  offset always starts at zero.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c