commit | dbf128cbf9b90f97d74c734d1a768c564958e970 | [log] [tgz] |
---|---|---|
author | Cody P Schafer <cody@linux.vnet.ibm.com> | Thu Jan 23 15:56:05 2014 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 23 16:37:03 2014 -0800 |
tree | 9d680d15fc67586233dc78aca776cd7a2e4ac7fe | |
parent | 56abde7239cb76d4dffcb79c8f96c1dab1cc81d1 [diff] |
rbtree/test: move rb_node to the middle of the test struct Avoid making the rb_node the first entry to catch some bugs around NULL checking the rb_node. Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Cc: Michel Lespinasse <walken@google.com> Cc: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>