radix-tree: remove restriction on multi-order entries
authorMatthew Wilcox <[email protected]>
Sat, 21 May 2016 00:02:05 +0000 (17:02 -0700)
committerLinus Torvalds <[email protected]>
Sat, 21 May 2016 00:58:30 +0000 (17:58 -0700)
commitaa5475760235672f316fbf29cdfb82a75016dbdf
tree44f197dfda6d8911fa502ddaa03878ee4f010126
parent29e0967c2f66771f654cef7168c90a53737abcdf
radix-tree: remove restriction on multi-order entries

Now that sibling pointers are handled explicitly, there is no purpose
served by restricting the order to be >= RADIX_TREE_MAP_SHIFT.

Signed-off-by: Matthew Wilcox <[email protected]>
Reviewed-by: Ross Zwisler <[email protected]>
Cc: Konstantin Khlebnikov <[email protected]>
Cc: Kirill Shutemov <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/radix-tree.c