]> asedeno.scripts.mit.edu Git - linux.git/commit
xarray: Define struct xa_node
authorMatthew Wilcox <willy@infradead.org>
Thu, 9 Nov 2017 14:23:56 +0000 (09:23 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:45:56 +0000 (10:45 -0400)
commit01959dfe771c6893365482ec78dc1d9cbbbe6de8
tree6d6a47f561798ae0ec49c44c55e2334068c97c14
parentf8d5d0cc145cc21bfc56ef807dc28102aebbf228
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>
include/linux/radix-tree.h
include/linux/xarray.h
lib/radix-tree.c
mm/workingset.c
tools/testing/radix-tree/multiorder.c