diff options
author | Matthew Wilcox | 2017-11-07 22:30:10 +0100 |
---|---|---|
committer | Matthew Wilcox | 2018-10-21 16:45:53 +0200 |
commit | f8d5d0cc145cc21bfc56ef807dc28102aebbf228 (patch) | |
tree | 0fcba575e83fb02fd2cb49df1ce1cc55bcd927d3 /tools/testing/radix-tree/linux/kconfig.h | |
parent | xarray: Change definition of sibling entries (diff) | |
download | kernel-qcow2-linux-f8d5d0cc145cc21bfc56ef807dc28102aebbf228.tar.gz kernel-qcow2-linux-f8d5d0cc145cc21bfc56ef807dc28102aebbf228.tar.xz kernel-qcow2-linux-f8d5d0cc145cc21bfc56ef807dc28102aebbf228.zip |
xarray: Add definition of struct xarray
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>
Diffstat (limited to 'tools/testing/radix-tree/linux/kconfig.h')
-rw-r--r-- | tools/testing/radix-tree/linux/kconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/kconfig.h b/tools/testing/radix-tree/linux/kconfig.h new file mode 100644 index 000000000000..6c8675859913 --- /dev/null +++ b/tools/testing/radix-tree/linux/kconfig.h @@ -0,0 +1 @@ +#include "../../../../include/linux/kconfig.h" |