commit | 166bb1f532fd9fe1b81c6b411ad5d5c9dd21a685 | [log] [tgz] |
---|---|---|
author | Rehas Sachdeva <aquannie@gmail.com> | Mon Feb 20 06:40:00 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Tue Mar 07 13:18:19 2017 -0500 |
tree | 88c78261a7976af4533989e52ae104f206fa63b5 | |
parent | 2eacc79c27eb683c4a3ded80c2629387ee0d4e04 [diff] |
radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove() Assert that ida_simple_get() allocates an id in the passed range or returns error on failure, and ida_simple_remove() releases an allocated id. Signed-off-by: Rehas Sachdeva <aquannie@gmail.com> Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>