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:09:49 +0000 (14:09 +0100)
commit186d114f0e5569a89162591aca4ce02f0c68c5da
tree9e4cbf0f81cc2f7a0d175006a7f2f2fd0cb7c2b6
parent07a1b872a154d944db272d4767c9b763d323d1d2
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