]> git.baikalelectronics.ru Git - kernel.git/commit
lib/interval_tree_test.c: allow full tree search
authorDavidlohr Bueso <dave@stgolabs.net>
Mon, 10 Jul 2017 22:51:52 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jul 2017 23:32:35 +0000 (16:32 -0700)
commitaf60bee2b803228009869c1224c5e958d5d58c7c
treedcbf05825ef1ab89f8e51381681763f911298d34
parent3481c860bc32ed1cc8b5213184790713c7b0bbf7
lib/interval_tree_test.c: allow full tree search

...  such that a user can specify visiting all the nodes in the tree
(intersects with the world).  This is a nice opposite from the very
basic default query which is a single point.

Link: http://lkml.kernel.org/r/20170518174936.20265-5-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/interval_tree_test.c