]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: use mas_store_gfp() in mtree_store_range()
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Wed, 1 Nov 2023 18:24:39 +0000 (14:24 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Sat, 20 Apr 2024 01:40:09 +0000 (21:40 -0400)
commit31e83e8a694be510a661d773326a4acae6cc99fa
tree925bacbc6ae95b29565ef2ffdaa4569452401907
parentfe6143c1dd43e1912529ec98a98180323b3514bb
maple_tree: use mas_store_gfp() in mtree_store_range()

Refactor mtree_store_range() to use mas_store_gfp() which will abstract
the store, memory allocation, and error handling.

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