]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Dec 2018 13:08:47 +0000 (14:08 +0100)
commit042a1f48116fdc4d67210beca37cdba313a2dda1
tree7692a24acd62f183db892cfd22b4e1f98e211928
parentcf283dbec32fdb55e6f32e8861aaaa76e3f4e326
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