]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - lib/rbtree_test.c
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)
commit977bd8d5e1e61dc877c468e8937a4ab3094e53eb
tree686fec5f47d38fe03b729934ae02f282bf1a556b
parent223f8911eace60c787f8767c25148b80ece9732a
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