// SPDX-License-Identifier: GPL-2.0-or-later/* Very simple shim around the maple tree. */#include"maple-shared.h"#include<linux/slab.h>#include"../../../lib/maple_tree.c"voidmaple_rcu_cb(structrcu_head*head){structmaple_node*node=container_of(head,structmaple_node,rcu);kmem_cache_free(maple_node_cache,node);}