]> git.baikalelectronics.ru Git - kernel.git/commit
radix-tree: rewrite gang lookup using iterator
authorKonstantin Khlebnikov <khlebnikov@openvz.org>
Wed, 28 Mar 2012 21:42:53 +0000 (14:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Mar 2012 00:14:37 +0000 (17:14 -0700)
commit241551d60e3a285aa4994f980ce2afb9c1efea83
treef9ec01b2cb5c3affe64587b83d4877429f0edc0c
parent7b191ad4c941ee93730751b3304ae578f1e9cc8f
radix-tree: rewrite gang lookup using iterator

Rewrite radix_tree_gang_lookup_* functions using the new radix-tree
iterator.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Tested-by: Hugh Dickins <hughd@google.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/radix-tree.c