commit | f8d5d0cc145cc21bfc56ef807dc28102aebbf228 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Tue Nov 07 16:30:10 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:45:53 2018 -0400 |
tree | 0fcba575e83fb02fd2cb49df1ce1cc55bcd927d3 | |
parent | 02c02bf12c5d838603eed44195d3e91f094e2ab2 [diff] |
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>