commit | c46ecce431ebe6b1a9551d1f530eb432dae5c39b | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@stgolabs.net> | Mon Jul 10 15:51:52 2017 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 10 16:32:35 2017 -0700 |
tree | dcbf05825ef1ab89f8e51381681763f911298d34 | |
parent | a8ec14d4f6aa8e245efacc992c8ee6ea0464ce2a [diff] |
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>