]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Return error on mas_store_prealloc()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 1 Sep 2022 20:27:51 +0000 (16:27 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 21:22:36 +0000 (16:22 -0500)
commit56283ced84028d429be20b11024cde854d1a1d26
tree5df75574717b510328dc358fdea60501b02d4501
parentfbbda6f2968463c507e8fc39a5c66462f558feba
maple_tree: Return error on mas_store_prealloc()

mas_store_prealloc() should never fail, but if it does due to internal
tree issues then return the error message and WARN_ON().

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