Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()
When the upper bound of the search is exhausted, the maple state may be returned in an error state of -EBUSY. This means maple state needs to be reset before the second search in mas_alloc_cylic() to ensure the search happens. This test ensures the issue is not recreated. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Liam R. Howlett <[email protected]> Reviewed-by: Yang Erkun <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Chuck Lever <[email protected]> says: Signed-off-by: Andrew Morton <[email protected]>
- Loading branch information