aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/kconfig.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox1-0/+1
This is a direct replacement for struct radix_tree_root. Some of the struct members have changed name; convert those, and use a #define so that radix_tree users continue to work without change. Signed-off-by: Matthew Wilcox <willy@infradead.org> Reviewed-by: Josef Bacik <jbacik@fb.com>