[PATCH 17/30] radix-tree: Rewrite __radix_tree_lookup

2016-04-06 Thread Matthew Wilcox
Use the new multi-order support functions to rewrite __radix_tree_lookup() Signed-off-by: Matthew Wilcox Reviewed-by: Ross Zwisler --- lib/radix-tree.c | 45 + 1 file changed, 17 insertions(+), 28

[PATCH 17/30] radix-tree: Rewrite __radix_tree_lookup

2016-04-06 Thread Matthew Wilcox
Use the new multi-order support functions to rewrite __radix_tree_lookup() Signed-off-by: Matthew Wilcox Reviewed-by: Ross Zwisler --- lib/radix-tree.c | 45 + 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/lib/radix-tree.c