[PATCH 29/30] radix-tree: Fix radix_tree_dump() for multi-order entries

2016-04-06 Thread Matthew Wilcox
From: Ross Zwisler - Print which indices are covered by every leaf entry - Print sibling entries - Print the node pointer instead of the slot entry - Build by default in userspace, and make it accessible to the test-suite Signed-off-by: Ross Zwisler

[PATCH 29/30] radix-tree: Fix radix_tree_dump() for multi-order entries

2016-04-06 Thread Matthew Wilcox
From: Ross Zwisler - Print which indices are covered by every leaf entry - Print sibling entries - Print the node pointer instead of the slot entry - Build by default in userspace, and make it accessible to the test-suite Signed-off-by: Ross Zwisler Signed-off-by: Matthew Wilcox ---