]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: use store type in mas_wr_store_entry()
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Thu, 18 Jan 2024 19:40:05 +0000 (11:40 -0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Sat, 20 Apr 2024 01:40:09 +0000 (21:40 -0400)
commita427bf47f9f49deb05f7f080c291c03ba5c6d577
tree0c943b27dd2791e6cc40bab5c8b1ec48a465fa22
parent3368cec9a77c407ea5657f76a255214dbc66b9da
maple_tree: use store type in mas_wr_store_entry()

When storing an entry, we can read the store type that was set from a
previous partial walk of the tree. Now that the type of store is known,
select the correct write helper function to use to complete the store.

Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
lib/maple_tree.c