OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Dec 2018 13:11:30 +0000 (14:11 +0100)
commit5e03c490303c03a4f35e72f2209a79a19d954454
tree9f5f69c8c78ab10a760fb684eee0b903505562d9
parentc114bdd5842b05f1d1079927074645b79edb6fc1
lib/interval_tree_test.c: allow full tree search

[ Upstream commit c46ecce431ebe6b1a9551d1f530eb432dae5c39b ]

...  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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
lib/interval_tree_test.c