]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Add kmem_cache
authorMatthew Wilcox <willy@infradead.org>
Mon, 24 Dec 2018 17:31:00 +0000 (12:31 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 18:55:02 +0000 (14:55 -0400)
commit6dcdc681cea869d514675a8fa1dfda348e20d3ba
treec472d7ec6dbeab3081d5cefd3aa995743b1f2239
parent4922c02c464224aa6cc6b610a2504e12d45756d6
maple_tree: Add kmem_cache

Allocate nodes from a kmem cache, making the necessary changes to the
slab emulation to support alignment.  Free nodes through RCU.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/maple_tree.h
lib/maple_tree.c
tools/testing/radix-tree/maple.c