]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/radix-tree.c
radix-tree: add missing sibling entry functionality
authorMatthew Wilcox <willy@linux.intel.com>
Sat, 21 May 2016 00:01:57 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 May 2016 00:58:30 +0000 (17:58 -0700)
commitdb050f2924fcf39428bdadf28970a32cfaf256ef
treec9b09f6a0593ba85a4838913e21be9b5dc8b584d
parent57578c2ea2cb2e0d362a9212ac83cf90221d4883
radix-tree: add missing sibling entry functionality

The code I previously added to enable multiorder radix tree entries was
untested and therefore buggy.  This commit adds the support functions
that Ross and I decided were necessary over a four-week period of
iterating various designs.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Kirill Shutemov <kirill.shutemov@linux.intel.com>
Cc: Jan Kara <jack@suse.com>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/radix-tree.c