]> git.ipfire.org Git - thirdparty/linux.git/commit - lib/maple_tree.c
maple_tree: change return type of mas_split_final_node as void.
authorLevi Yun <ppbuk5246@gmail.com>
Thu, 9 Nov 2023 16:08:22 +0000 (16:08 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 12 Dec 2023 18:57:09 +0000 (10:57 -0800)
commitd9d9bd979cced7d4a51b65224b1d7f396c8b4eea
tree2a824f1449ca034fddbcef7a83d54f9a77ef017b
parentd19b1a1797d8e73eebce7eced289e0c7c1b5de80
maple_tree: change return type of mas_split_final_node as void.

mas_split_final_node() always returns true and its return value is never
checked.

Change return type to void.

Link: https://lkml.kernel.org/r/20231109160821.16248-2-ppbuk5246@gmail.com
Signed-off-by: Levi Yun <ppbuk5246@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c