mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
7 lines
187 B
C
7 lines
187 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* xarray.c: Userspace shim for XArray test-suite
|
|
* Copyright (c) 2018 Matthew Wilcox <willy@infradead.org>
|
|
*/
|
|
|
|
#include "../../../lib/xarray.c"
|