commit | 01959dfe771c6893365482ec78dc1d9cbbbe6de8 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Thu Nov 09 09:23:56 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:45:56 2018 -0400 |
tree | 6d6a47f561798ae0ec49c44c55e2334068c97c14 | |
parent | f8d5d0cc145cc21bfc56ef807dc28102aebbf228 [diff] |
xarray: Define struct xa_node This is a direct replacement for struct radix_tree_node. A couple of struct members have changed name, so convert those. 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>