]> git.baikalelectronics.ru Git - kernel.git/commit
lib/rbtree_test.c: add (inorder) traversal test
authorDavidlohr Bueso <dave@stgolabs.net>
Fri, 8 Sep 2017 23:14:49 +0000 (16:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:48 +0000 (18:26 -0700)
commit58c428c58995bd908b1d5a5e176228cac546e22d
tree686fec5f47d38fe03b729934ae02f282bf1a556b
parent8c39dab893e6d998349aed3946723cacc6179125
lib/rbtree_test.c: add (inorder) traversal test

This adds a second test for regular rb-tree testing in that there is no
need to repeat it for the augmented flavor.

Link: http://lkml.kernel.org/r/20170719014603.19029-6-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/rbtree_test.c